0.6.11.36:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 4c333e8..72937c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -696,10 +696,10 @@ changes in sbcl-0.6.12 relative to sbcl-0.6.11:
   complex special functions have been merged from CMU CL sources.
   (When I was first setting up SBCL, I misunderstood a compile-time
   conditional #-OLD-SPECFUN, and so accidentally deleted them.)
-?? The --noprogrammer command line option is now supported. (Its
+* The --noprogrammer command line option is now supported. (Its
   behavior is slightly different in detail from what the old man
-  page claimed it would do, but it's appropriate under the same
-  circumstances.)
+  page claimed it would do, but it's still appropriate under the
+  same circumstances that the man page talks about.)
 * The :SB-PROPAGATE-FLOAT-TYPE and :SB-PROPAGATE-FUN-TYPE features
   are now supported, and enabled by default. Thus, the compiler can
   handle many floating point and complex operations much less
@@ -713,6 +713,10 @@ changes in sbcl-0.6.12 relative to sbcl-0.6.11:
   Lispworks for Windows, following bug reports from Arthur Lemmens)
 * a new workaround to make the cross-compiler portable to CMU CL
   again despite its non-ANSI EVAL-WHEN, thanks to Martin Atzmueller
+* The compiler now detects type mismatches between DECLAIM FTYPE 
+  and DEFUN better, thanks to patches from Martin Atzmueller.
+* A bug in READ-SEQUENCE for CONCATENATED-STREAM has been fixed
+  thanks to Pierre Mai's CMU CL patch.
 * new fasl file format version number (because of changes in byte
   code opcodes and in internal representation of (OR ..) types)