made debugger handle errors in printing *DEBUG-CONDITION*
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 7760233..8bdb4a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -522,3 +522,13 @@ changes in sbcl-0.6.8 relative to sbcl-0.6.7:
   diff-related operations.
 * fixed the PROG1-vs.-PROGN bug in HANDLER-BIND (reported by 
   ole.rohne@cern.ch on cmucl-help@cons.org 2000-10-25)
+
+changes in sbcl-0.6.9 relative to sbcl-0.6.8:
+
+?? DESCRIBE now works on CONDITION objects.
+?? The debugger now handles errors which arise when trying to print
+  *DEBUG-CONDITION*, so that it's less likely to fall into infinite
+  regress.
+?? signal handling reliability
+?? fixed some bugs mentioned in the man page:
+  ?? DEFUN-vs.-DECLAIM