0.7.9.52:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 8bbf18f..0ab4e51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1397,7 +1397,9 @@ changes in sbcl-0.7.10 relative to sbcl-0.7.9:
        symbol-macro places;
     ** NCONC accepts any object as its last argument
     ** :COUNT argument to sequence functions may be BIGNUM (thanks to
-       Gerd Moellman)
+       Gerd Moellman);
+    ** Loop-package does not require a package to be explicitely
+       specified;
   * fixed bug 166: compiler preserves "there is a way to go"
     invariant when deleting code.
   * fixed bug 172: macro lambda lists with required arguments after
@@ -1410,6 +1412,9 @@ changes in sbcl-0.7.10 relative to sbcl-0.7.9:
   * fixed bug 136: CALL-NEXT-METHOD no longer gets confused when
     arguments are lexically rebound. (thanks to Gerd Moellmann and
     Pierre Mai)
+  * fixed bug 194: error messages are now more informative when there
+    is no primary method applicable in a call to a generic
+    function. (thanks to Gerd Moellmann)
 
 planned incompatible changes in 0.7.x:
 * When the profiling interface settles down, maybe in 0.7.x, maybe