0.8.13.12:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4f52e72..0e37ace 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ changes in sbcl-0.8.14 relative to sbcl-0.8.13:
     (reported by Rick Taube)
   * bug fix: structures defined by WITH-ALIEN can be referred to
     within other definitions in the same WITH-ALIEN.
+  * bug fix: division operators (MOD, TRUNCATE and the like) with
+    constant zero divisors and integer dividends no longer generate
+    left shifts.
 
 changes in sbcl-0.8.13 relative to sbcl-0.8.12:
   * new feature: SB-PACKAGE-LOCKS. See the "Package Locks" section of