0.8.5.14:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 0b8c6c4..b68f9ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2175,9 +2175,14 @@ changes in sbcl-0.8.6 relative to sbcl-0.8.5:
     SBCL binary built from CLISP)
   * fixed a compiler bug: MV-LET convertion did not check references
     to the "max args" entry point.  (reported by Brian Downing)
+  * tweaked disassembly notes to be less confident about proclaiming
+    some instruction as an LRA.  (thanks to Brian Downing)
   * fixed some bugs revealed by Paul Dietz' test suite:
     ** compiler failure in compiling LOGAND expressions including a
        constant 0.
+    ** implementation of ASH-MOD32 on X86 did not work for the shift
+       greater than 32.
+    ** FLUSH-DEST did not mark blocks for type check regeneration.
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles