X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=df976840f27baa6bfa5f6a0bb6c4ff5d629d1617;hb=4d8378af498b544256340e09919758e1f88029ac;hp=f7346ab1feca11db4eca902ca687111e10f366c2;hpb=a1007bcf38130a9a08e32f04a69e6836f76329d2;p=sbcl.git diff --git a/NEWS b/NEWS index f7346ab..df97684 100644 --- a/NEWS +++ b/NEWS @@ -1708,6 +1708,15 @@ changes in sbcl-0.8alpha.0 relative to sbcl-0.7.14 MAKE-INSTANCE. ** :ALLOW-OTHER-KEYS NIL is now accepted in an initarg list. +changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 + * 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). + * fixed some bugs revealed by Paul Dietz' test suite: + ** the GENERIC-FUNCTION type is no longer disjoint from FUNCTION + types. + + planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles down, maybe in 0.7.x, maybe later, it might impact TRACE. They both