missing NEWS entry for REMOVE-FD-HANDLER restart
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 7 Jun 2011 11:37:12 +0000 (14:37 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 7 Jun 2011 11:51:45 +0000 (14:51 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 8dd1767..4cf6c16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.49:
+  * enhancement: errors from FD handlers now provide a restart to remove
+    the offending handler.
+
 changes in sbcl-1.0.49 relative to sbcl-1.0.48:
   * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
     interrupts for its body.