More explicit high-level interface for consets
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 1d7f30a..48cc671 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ changes relative to sbcl-1.0.49:
     the thunk, as a keyword argument, :arguments.
   * optimization: extracting bits of a single-float on x86-64 has been
     optimized. (lp#555201)
+  * meta-optimization: improved compilation speed, especially for large
+    functions. (lp#792363 and lp#394206)
   * bug fix: bound derivation for floating point operations is now more
     careful about rounding possibly closing open bounds. (lp#793771)
   * bug fix: SB-POSIX:SYSCALL-ERROR's argument is now optional. (accidental
@@ -29,6 +31,8 @@ changes relative to sbcl-1.0.49:
   * bug fix: FORMAT now handles floating point rounding correct, eg.
     (format nil "~,1F" 0.01) => "0.0" instead of "0.01" as previously.
     (lp#308961)
+  * bug fix: style warning during lambda-list introspection of generic
+    functions with both optional and key argments.
 
 changes in sbcl-1.0.49 relative to sbcl-1.0.48:
   * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables