aboutsummaryrefslogtreecommitdiffhomepage
path: root/release_notes.html
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-04 15:10:35 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-04 15:10:35 -0700
commitb877181e172d04b90823412cb6e005b40608777d (patch)
tree5fa10c38490e5de90aa680f770cd9bcfbc9f6da5 /release_notes.html
parent69446be1ee063771f2e0b498a50f9b0787ea70c7 (diff)
Fix for what I believe to be a bug in fish trunk where you can't always successfully control-C out of some while loops
Diffstat (limited to 'release_notes.html')
-rw-r--r--release_notes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.html b/release_notes.html
index dc985567..8484087d 100644
--- a/release_notes.html
+++ b/release_notes.html
@@ -19,6 +19,7 @@ li {
<li><b>Overrides of default functions should be fixed</b>. The "internalized scripts" feature is disabled for now.</li>
<li><b>Disabled delayed suspend</b>. This is a strange job-control feature of BSD systems, including OS X. Disabling it frees up Control Y for other purposes; in particular, for yank, which now works on OS X.</li>
<li><b>fish_indent is fixed</b>. In particular, the <span class="mono">funced</span> and <span class="mono">funcsave</span> functions work again.
+<li>A SIGTERM now ends the whole execution stack again (<a href="https://github.com/ridiculousfish/fishfish/issues/13">from this issue</a>).
</ul>