0.8.20.6:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index deed90b..36f03f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ changes in sbcl-0.8.21 (0.9alpha.1?) relative to sbcl-0.8.20:
     (reported by Lutz Euler)
   * fixed bug: (TYPEP X '(MEMBER ...)) no longer returns a list in
     compiled code. (reported by Paul Dietz)
+  * contrib improvement: the SB-SIMPLE-STREAMS contrib now defines
+    STRING-SIMPLE-STREAM and FILE-SIMPLE-STREAM as subclasses of
+    STRING-STREAM and FILE-STREAM, respectively.
 
 changes in sbcl-0.8.20 (0.9alpha.0?) relative to sbcl-0.8.19:
   * fixed inspection of specialized arrays. (thanks to Simon Alexander)