X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=e3cfa2c6e51d9807fc3300b8beba78edff9483c2;hb=3cc4b17d770f3fe95e5e94f6ac39820784968c4d;hp=e808be228854b0b68074e64bac1f50eef3cf513a;hpb=df54cca124aa142fd222be24824b4e5320fa455e;p=sbcl.git diff --git a/NEWS b/NEWS index e808be2..e3cfa2c 100644 --- a/NEWS +++ b/NEWS @@ -1823,6 +1823,11 @@ changes in sbcl-0.8.1 relative to sbcl-0.8.0: ** functions [N]SUBST*, LAST, NRECONC, [N]SUBLIS may return any object. ** DISASSEMBLE works with closures and funcallable instances. + ** ADD-METHOD now returns the generic function, not the new + method. + ** FIND-METHOD signals an error if the lengths of the specializers + is incompatible with the generic function, even if the ERRORP + argument is true. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles