X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=9513f4f2c04e41f954ec07765733410265f7b171;hb=6e60dc9f79037ab84f5bfd8568979c24291c9922;hp=ba2ca03af0170c6021d65c2d128a278d3edfe3c5;hpb=522a3c95b9b7a044ff0ab8df1ca29460ef2ad3a7;p=sbcl.git diff --git a/NEWS b/NEWS index ba2ca03..9513f4f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.57: + * enhancement: SB-EXT:ATOMIC-UPDATE makes it easy to perform non-destructive + updates of CAS-able places (similar to Clojure's swap!). * bug fix: potential for infinite recursion during compilation of CLOS slot typechecks when dependency graph had loops. (lp#1001799) + * bug fix: error forms reported with some program-errors were not escaped + properly. changes in sbcl-1.0.57 relative to sbcl-1.0.56: * RANDOM enhancements and bug fixes: