make ENSURE-GENERIC-FUNCTION accept method combination arguments
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 9513f4f..a3a9a69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ changes relative to sbcl-1.0.57:
     typechecks when dependency graph had loops. (lp#1001799)
   * bug fix: error forms reported with some program-errors were not escaped
     properly.
+  * bug fix: functions from EVAL are now on more equal footing with functions
+    from COMPILE. (lp#1000783, lp#851170, lp#922408)
+  * bug fix: ENSURE-GENERIC-METHOD-COMBINATION accepts method combination
+    objects as its :METHOD-COMBINATION argument, not just lists designating
+    method combinations. (lp#936513)
 
 changes in sbcl-1.0.57 relative to sbcl-1.0.56:
   * RANDOM enhancements and bug fixes: