From: Nikodemus Siivola Date: Wed, 3 Oct 2012 06:22:59 +0000 (+0300) Subject: update NEWS X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d49ff1bf8f57d998fd647241631aaa5b46155cd2;p=sbcl.git update NEWS --- diff --git a/NEWS b/NEWS index 8271c29..3b96778 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.1.0: + * enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock. (COMPILE and + COMPILE-FILE still do.) + * bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of symbol-macros + by lexical bindings. + changes in sbcl-1.1.0 relative to sbcl-1.0.58: * enhancement: New variable, sb-ext:*disassemble-annotate* for controlling source annotation of DISASSEMBLE output. Defaults to T.