1.0.36.33: handle missing &REST in proclamations
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 5642bc6..a1f166b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,10 @@ changes relative to sbcl-1.0.36:
   * bug fix: LOOP OF-TYPE VECTOR compile-time error. (lp#540186)
   * bug fix: SIGNAL SB-SYS:INTERACTIVE-INTERRUPT before entering the debugger
     due to it, so that handlers can run.
+  * bug fix: reparsing undefined types if they have become defined since
+    parsing. (lp#309128)
+  * bug fix: missing &REST type in a proclamation for a function with both
+    &REST and &KEY in lambda-list caused miscompilation (lp#458354)
 
 changes in sbcl-1.0.36 relative to sbcl-1.0.35:
   * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and