0.8.7.8:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index b2cc20b..8d79df5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2239,6 +2239,10 @@ changes in sbcl-0.8.8 relative to sbcl-0.8.7:
     (thanks to Vincent Arkesteijn)
   * optimization: implemented multiplication as a modular
     (UNSIGNED-BYTE 32) operation on the x86 backend.
+  * bug fix: functions =, /=, <, <=, >, >= did not check the argument
+    type when called with 1 argument; PEEK-CHAR checked type of
+    PEEK-TYPE only after having read first character from a
+    stream. (reported by Peter Graves)
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles