1.0.3.33: use NAMED-LAMBDA instead of LAMBDA for pretty-printer predicates
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index f2af05e..badacbc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
 ;;;; -*- coding: utf-8; -*-
 changes in sbcl-1.0.14 relative to sbcl-1.0.13:
-  * Revived support for OpenBSD (contributed by Josh Elsasser)
+  * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
+    (see documentation for details.)
+  * revived support for OpenBSD (contributed by Josh Elsasser)
+  * bug fix: ROOM no longer suffers from occasional (AVER (SAP=
+    CURRENT END)) failures.
   * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery)
     is now actually exported from SB-EXT as documented.  (reported by
     Maciej Katafiasz)
+  * bug fix: sb-aclrepl now correctly understands how to inspect
+    single-floats on 64-bit platforms where single-floats are not boxed.
+  * DESCRIBE and (DOCUMENTATION ... 'OPTIMIZE) describe meaning of
+    SBCL-specific optimize qualities.
 
 changes in sbcl-1.0.13 relative to sbcl-1.0.12:
   * minor incompatible change: RUN-PROGRAM now uses execvp(3) to find