X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=f3db1f4e5768af52aa5aab7823a5e97490918c67;hb=98a76d4426660876dec6649b1e228d2e5b47f579;hp=df976840f27baa6bfa5f6a0bb6c4ff5d629d1617;hpb=138d390ee26dee726f8cdfde2375ade74a4655ab;p=sbcl.git diff --git a/NEWS b/NEWS index df97684..f3db1f4 100644 --- a/NEWS +++ b/NEWS @@ -1709,6 +1709,10 @@ changes in sbcl-0.8alpha.0 relative to sbcl-0.7.14 ** :ALLOW-OTHER-KEYS NIL is now accepted in an initarg list. changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 + * minor incompatible change: the :NEGATIVE-ZERO-IS-NOT-ZERO feature + no longer has any effect, as the code controlled by this feature + has been deleted. (As far as we know, no-one has ever built using + this feature, and its semantics were confused in any case). * SB-MOP:DIRECT-SLOT-DEFINITION-CLASS and SB-MOP:EFFECTIVE-SLOT-DEFINITION-CLASS now have the specified-by-AMOP lambda list of (CLASS &REST INITARGS).