1.0.41.50: additional error checking for DEFTYPE &co
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 0efbedc..9ddaaeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ changes relative to sbcl-1.0.41
   * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
   * bug fix: EXPT signals an error if first argument is a zero and second
     argument is a floating point zero. (lp#571581, thanks to Roman Marynchak)
+  * bug fix: DEFTYPE signals an error for non-list lambda-lists.
+    (lp#576594, thanks to Roman Marynchak)
 
 changes in sbcl-1.0.41 relative to sbcl-1.0.40:
   * optimization: validity of observed keyword initargs to MAKE-INSTANCE is