X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=4e541304121ea2abd95a3321a99abf41693936b6;hb=1dc38285834db2d374a156a4f68b19096341deb3;hp=8d4ed0002744d6bba55f9a36c4c436fe8e8aee8a;hpb=b6ef430541de83d0adf4378ba2d814a1136c9d68;p=sbcl.git diff --git a/NEWS b/NEWS index 8d4ed00..4e54130 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-1.0.23 relative to 1.0.22: + * enhancement: when disassembling method functions, disassembly + for the associated fast function is also produced. + * enhancement: system stores DEFTYPE lambda-lists, so DESCRIBE can + report them. + * optimization: printing with *PRINT-PRETTY* true is now more + efficient as long as the object being printed doesn't require + special handling by the pretty printer. + * bug fix: slot symbol-macros from WITH-SLOTS inside DEFMETHOD bodies + now interact correctly with type declarations. + * partial bug fix: PCL detects infinite recursion during wrapper + validation. (thanks to Attila Lendvai) + changes in sbcl-1.0.22 relative to 1.0.21: * minor incompatible change: LOAD-SHARED-OBJECT no longer by default looks for the shared object in the current directory, but passes the native