0.8.1.22:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 10ff16b..a7a80b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1898,6 +1898,18 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1:
     (with THE, so dependent on compiler policy) to involve objects of
     type FOO.  Note that no such declaration is implied in 
     (MAKE-ARRAY .. :ELEMENT-TYPE 'FOO).
+  * declared types of functions from the "Conditions"
+    chapter. (reported by Paul Dietz)
+  * bug fix: CERROR accepts a function as its first argument.
+  * bug fix: NTH an NTHCDR accept a bignum as index
+    arguments. (reported by Adam Warner)
+  * optimization: character compare routines now optimize comparing
+    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))).
+  * fixed some bugs revealed by Paul Dietz' test suite:
+    ** LAST and [N]BUTLAST should accept a bignum.
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles