1.0.43.50: better function signature checking for self-calls
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 1c07af4..0b256df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,9 @@ changes relative to sbcl-1.0.43:
     greater value than n-word-bits. (lp#309063)
   * bug fix: (SETF SYMBOL-FUNCTION) and (SETF FDEFINITION) clear derived
     type information for the function being set. (lp#659220)
+  * bug fix: the system used to signal bogus STYLE-WARNINGs when functions
+    containing self-calls were recompiled with a new signature, and failed
+    to warn when a self-call using the old signature was left in. (lp#655126)
 
 changes in sbcl-1.0.43 relative to sbcl-1.0.42:
   * incompatible change: FD-STREAMS no longer participate in the serve-event