From d49ff1bf8f57d998fd647241631aaa5b46155cd2 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 3 Oct 2012 09:22:59 +0300 Subject: [PATCH] update NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 1.7.10.4