0.pre8.85
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 77caae8..0ac4b8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1662,6 +1662,11 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14
     compiled in by default: you need to add :SB-THREAD to the target
     features.  See the "Beyond ANSI" chapter of the manual for
     details.
+  * Garbage collection refactoring: user-visible change is that a
+    call to the GC function during WITHOUT-GCING will not do garbage
+    collection until the end of the WITHOUT-GCING.  If you were doing 
+    this you were probably losing anyway.
+
   * sb-aclrepl module improvements: an integrated inspector, added
     repl features, and a bug fix to :trace command.
   * fixed some bugs revealed by Paul Dietz' test suite:
@@ -1682,6 +1687,8 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14
     ** &WHOLE and &REST arguments in macro lambda lists are patterns;
     ** NSET-EXCLUSIVE-OR does not return extra elements when its
        arguments contain duplicated elements;
+    ** RESTART-CASE understands local macros;
+    ** ... and associates exactly its own restarts with a condition;
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles