X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=5fe425f30a22f9d62ef2843542664b9dbb8ac942;hb=e66288cd5588b336b79a7e19f1c884e4e3263d53;hp=9f9e052564b5b6d0c92d709e514c6da2fbf2687c;hpb=eded4f764cd9736b34a60d4a53b24cef1e9b203e;p=sbcl.git diff --git a/NEWS b/NEWS index 9f9e052..5fe425f 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ changes in sbcl-1.0.18 relative to 1.0.17: * optimization: file compiler is now able to coalesce non-circular lists, non-base strings, and bit-vectors. Additionally, constants are never referenced through SYMBOL-VALUE at runtime. + * optimization: code defining methods on PRINT-OBJECT (and other + generic functions in the COMMON-LISP package) now loads faster. * bug fix: EAI_NODATA is deprecated since RFC 3493. Stop using it in sb-bsd-sockets. * bug fix: if COMPILE-FILE aborts due to an unwind, the partial