1.0.37.57: better DEFMETHOD pretty-printing
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 9352a0d..fa4088d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,8 @@ changes relative to sbcl-1.0.37:
     ** optimization: counters no longer use locks for the overflow mode.
     ** bug fix: whenever a profiling counter wrapped into overflow mode, it
        incurred an off-by-one miscount.
+  * enhancement: improved MAKE-HASH-TABLE documentation (lp#543473)
+  * enhancement: improved DEFMETHOD pretty-printing.
   * bug fix: correct restart text for the continuable error in MAKE-PACKAGE.
   * bug fix: a rare case of startup-time page table corruption.
   * bug fix: a semaphore with multiple waiters and some of them unwinding due
@@ -58,6 +60,8 @@ changes relative to sbcl-1.0.37:
     block FIND-SYMBOL and FIND-PACKAGE in other threads. (lp#511072)
   * bug fix: SB-POSIX build was broken when SBCL was compiled without the
     :SB-DOC feature. (lp#552564)
+  * bug fix: SB-INTROSPECT build issues on GENGC/PPC. (lp#490490)
+  * bug fix: more robust runtime executable path detection. (lp#375549)
 
 changes in sbcl-1.0.37 relative to sbcl-1.0.36:
   * enhancement: Backtrace from THROW to uncaught tag on x86oids now shows