X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=e0f854388e4463ec61b3f31f51e5b4734d634f2e;hb=89925c1f87e50d52862bf26bfa07962925ddb403;hp=09cfa7fd5cbcd33d19b8a6b418134cf1dbef0864;hpb=ea652c139bb060d821f3010b3b106bdbcec983aa;p=sbcl.git diff --git a/NEWS b/NEWS index 09cfa7f..e0f8543 100644 --- a/NEWS +++ b/NEWS @@ -1352,6 +1352,9 @@ changes in sbcl-0.7.10 relative to sbcl-0.7.9: * minor incompatible change: TRUENAME now considers the truename of a file naming a directory to be the pathname with :DIRECTORY component indicating that directory. + * minor incompatible change: a NAMED clause in the extended form of + LOOP no longer causes a BLOCK named NIL to surround the LOOP. The + reason for the previous behaviour is unclear. * more systematization and improvement of CLOS and MOP conformance in PCL (thanks to Gerd Moellman and Pierre Mai): ** the standard ANSI CL generic function NO-NEXT-METHOD is now