0.6.9:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 62b8ff0..6521845 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -597,7 +597,7 @@ changes in sbcl-0.6.9 relative to sbcl-0.6.8:
 * Martin Atzmueller also fixed ROOM, so that it no longer fails with an
   undefined function error.
 * gave up on fixing bug 3 (forbidden-by-ANSI warning for type mismatch
-  in structure slot initforms) for now, wrote workaround instead:-|
+  in structure slot initforms) for now, documented workaround instead:-|
 * fixed bug 4 (no WARNING for DECLAIM FTYPE of slot accessor function)
 * fixed bug 5: added stubs for various Gray stream functions called
   in the not-a-CL:STREAM case, so that even when Gray streams aren't
@@ -607,6 +607,8 @@ changes in sbcl-0.6.9 relative to sbcl-0.6.8:
   consistently in DEFMETHOD forms. 
 * removed bug 21 from BUGS, since Martin Atzmueller points out that 
   it doesn't seem to affect SBCL after all
+* The C runtime system now builds with better optimization and many
+  fewer warnings, thanks to lots of cleanups by Martin Atzmueller.
 
 planned incompatible changes in 0.7.x:
 * The debugger prompt sequence now goes "5]", "5[2]", "5[3]", etc.