Apply a recent optimization more widely.
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 912f5b9..32b6bd2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ changes relative to sbcl-1.1.10
     (lp#1189146)
   * bug fix: undefined function errors are now properly reported on PPC and MIPS.
     (regression since 1.1.9)
+  * bug fix: (funcall (function X junk)) didn't causes an error when X had a
+    compiler macro.
+    Patch by Douglas Katzman.
+  * bug fix: signal a warning when defining a setf-function when a
+    setf-expander is already present.
+    Patch by Douglas Katzman.
+  * bug fix: improved threading on PPC.
 
 changes in sbcl-1.1.10 relative to sbcl-1.1.9:
   * enhancement: ASDF has been updated to 3.0.2.