X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=105f6e5a8e382e4e6cdad5104eaccdec9467f871;hb=f7808fb1c49b729d00580321b3f8457ce4b84cf4;hp=dd9b144519ecfa04236df5e8ae2bfe49da2a52bf;hpb=14dde89d91420d03a37e6b03f2e41e830218b736;p=sbcl.git diff --git a/NEWS b/NEWS index dd9b144..105f6e5 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ changes relative to sbcl-1.1.7: NFKD) has been included; ** querying the character database for code points not defined by Unicode gives less wrong answers (lp#1178038, reported by Ken Harris) + * enhancement: print intermediate evaluation results for some ASSERTed + expressions. (lp#789497) * bug fix: type derivation for LOG{AND,IOR,XOR} scales linearly instead of quadratically with the size of the input in the worst case. (lp#1096444)