X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=681b5c9641fef2a20eb009284ab7f9bc7df3115a;hb=3eedd5a020356291b2c1c2e426ef9fc7dd5928d9;hp=f7482e6d0008677319c31aa70a20f2a5c406433b;hpb=c7cbd9e3c3c57cf9aa1a300881f09e4938538344;p=sbcl.git diff --git a/NEWS b/NEWS index f7482e6..681b5c9 100644 --- a/NEWS +++ b/NEWS @@ -1768,6 +1768,22 @@ changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 * bug fix: make.sh and friends are now more consistent in the way that they for GNU "make". +changes in sbcl-0.8.1 relative to sbcl-0.8.0: + * minor incompatible change: some nonsensical specialized lambda + lists (used in DEFMETHOD) which were previously ignored now signal + errors. + * changes in type checking closed the following bugs: + ** type checking of unused values (192b, 194d, 203); + ** template selection based on unsafe type assertions (192c, 236); + ** type checking in branches (194bc). + * VALUES declaration is disabled. + * a short form of VALUES type specifier has ANSI meaning. + * fixed bug in DEFSTRUCT: once again, naming structure slots with + keywords or constants is permissible. + * STREAM-READ-SEQUENCE and STREAM-WRITE-SEQUENCE now have methods + defined on the relevant FUNDAMENTAL-BINARY-{INPUT,OUTPUT}-STREAM + classes. (thanks to Antonio Martinez) + planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles down, it might impact TRACE. They both encapsulate functions, and