1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving EXPECTED-TYPE slot unbound
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 0c86bf1..460fd62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ changes in sbcl-1.0.25 relative to 1.0.24:
     computes the right offset for the memory copy.
   * bug fix: compilation problem involving inlined calls to aliens with
     result type VOID. (reported by Ken Olum)
+  * bug fix: #235a; sequential inline expasion in different policies no
+    longer reuses the functional from the previous expansion site.
+  * bug fix: DEFTYPE no longer breaks on bodies consisting of a single
+    unquoted symbol. Regression from 1.0.22.8. (reported by Ariel Badichi)
 
 changes in sbcl-1.0.24 relative to 1.0.23:
   * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data