0.8.21.14:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index bf21ede..b39bf9a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,6 @@ changes in sbcl-0.8.22 relative to sbcl-0.8.21:
     --disable-debugger option instead.
   * Null lexical environments are now printed as #<NULL-LEXENV>, 
     significantly reducing the amount of clutter in typical backtraces.
-  * improved the startup banner.  (thanks to Brian Mastenbrook and
-    Teemu Kalvas)
   * optimization: REPLACE on declared (UNSIGNED-BYTE 8) vectors, as well
     as other specialized array types, is much faster.  SUBSEQ and
     COPY-SEQ on such arrays have also been sped up.