Document extensible sequence protocol
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 900995a..1f9de42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes relative to sbcl-1.1.11:
   * enhancement: Add sb-bsd-sockets:socket-shutdown, for calling
-    shutdown(3). (lp#1207483 patch by Jan Moringen)
-  * optimization: EQUAL transform is smarter.
-    (lp#1220084 thanks to Elias Martenson)
+    shutdown(3). (thanks to Jan Moringen, lp#1207483)
+  * enhancement: document extensible sequences.  (thanks to Jan Moringen,
+    lp#994528)
+  * optimization: EQUAL transform is smarter.  (thanks to Elias Martenson,
+    lp#1220084)
   * bug fix: probe-file now can access symlinks to pipes and sockets in
     /proc/pid/fd on Linux. (reported by Eric Schulte)
   * bug fix: SBCL can now be built on Solaris x86-64.