Silence some unused variable warnings in tests/condition.[im]pure.lisp
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index c2fe8cd..1b808d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ changes relative to sbcl-1.1.12:
   * bug fix: (the [type] [constant]) now warns when [constant] matches
     [type] except for the number of values.  (Reported by Nathan Trapuzzano
     on sbcl-help)
+  * bug fix: signal errors in required cases of slot-definition initialization
+    protocol.  (lp#309072)
+  * bug fix: run-sbcl.sh works better in the presence of symlinks on OS X.
+    (thanks to Stelian Ionescu, lp#1242643)
 
 changes in sbcl-1.1.12 relative to sbcl-1.1.11:
   * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling