1.0.37.68: Downgrade WARNING to STYLE-WARNING for *possible* type errors
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 8cc7a71..46ab8eb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ changes relative to sbcl-1.0.37:
   * enhancement: improved DEFMETHOD pretty-printing.
   * enhancement: perform range reduction when arguments are too large for
     x87's transcendentals (instead of returning 0). (lp#327192)
+  * enhancement: eliminate some spurious TYPE-WARNINGs. Should help with
+    some of CL-PPCRE's macros. (lp#570079)
   * bug fix: correct restart text for the continuable error in MAKE-PACKAGE.
   * bug fix: a rare case of startup-time page table corruption.
   * bug fix: a semaphore with multiple waiters and some of them unwinding due