0.8.1.30:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index f419e89..ffdb9b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1907,8 +1907,18 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1:
     against a constant character. (reported by Gilbert Baumann)
   * bug fix: (SETF AREF) on byte-sized-element arrays with constant index
     argument now works properly on the MIPS platform.
+  * fixed compiler failure on (TYPEP x '(NOT (MEMBER 0d0))).
+  * repeated evaluation of the same DEFSTRUCT, a slot of which is
+    declared to have a functional type, does not cause an error
+    anymore.
+  * fixed bug: sometimes MAKE-INSTANCE did not work with classes with
+    many :DEFAULT-INITARGS. (reported by Istvan Marko)
+  * fixed bug: if last continuation of a deleted block has a
+    destination, this destination should be deleted too. (reported by
+    ohler on #lisp)
   * fixed some bugs revealed by Paul Dietz' test suite:
     ** LAST and [N]BUTLAST should accept a bignum.
+    ** condition slot accessors are methods.
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles