1.0.29.26: robustify GENTEMP against pretty-printer
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 8bd29ad..deb4eb7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
   * minor incompatible change: SB-THREAD:JOIN-THREAD-ERROR-THREAD and
     SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD have been deprecated in favor
     of SB-THREAD:THREAD-ERROR-THREAD.
+  * new feature: docstrings for local and anonymous functions are no longer
+    discarded. (thanks to Leslie Polzer)
   * new feature: SB-THREAD:SYMBOL-VALUE-IN-THREAD provides access to symbol
     values in other threads.
   * new feature: SB-INTROSPECT:ALLOCATION-INFORMATION provides information
@@ -32,6 +34,8 @@
     FC6 as well. (reported by Tomasz Skutnik and obias Rautenkranz)
   * bug fix: SETF compiler macro documentation strings are not discarded
     anymore.
+  * bug fix: GENTEMP is now unaffected by pretty printer dispatch table.
+    (thanks to Alex Plotnick)
 
 changes in sbcl-1.0.29 relative to 1.0.28:
   * IMPORTANT: bug database has moved from the BUGS file to Launchpad