Better error message for malformed IGNORE declarations.
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index a4f9d84..3e7bb67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,8 @@ changes relative to sbcl-1.0.56:
     strictly-monotonic functions.  (lp#975528)
   * bug fix: copy-tree caused stack exhaustion on long linear lists, and now
     it's also slightly faster. (lp#998926)
+  * bug fix: better error messages for malformed IGNORE declarations.
+    (lp#1000239)
   * documentation:
     ** improved docstrings: REPLACE (lp#965592)