X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=36f03f1b2ef9919a8ccec0dd58144323284c9f43;hb=77d1a39f28fe8d240cf441a9a54a80d4bc98ea52;hp=deed90be83505b33e9280602455efa67ba9d614e;hpb=30dcf2bc8bc7a5b33f19e01b77ac3296352fb090;p=sbcl.git diff --git a/NEWS b/NEWS index deed90b..36f03f1 100644 --- 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)