X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ffdb9b478417094238a4c886335d0a384e26c7e8;hb=403bacffd903f8c5787a182f4133cffc69b55dc0;hp=8c61ff0f7cd0de31e1288343b20ee3fb7025dc96;hpb=9247f1e1e1daa42ed0c7d6df860ed7056fb8225e;p=sbcl.git diff --git a/NEWS b/NEWS index 8c61ff0..ffdb9b4 100644 --- a/NEWS +++ b/NEWS @@ -1913,8 +1913,12 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: anymore. * fixed bug: sometimes MAKE-INSTANCE did not work with classes with many :DEFAULT-INITARGS. (reported by Istvan Marko) + * fixed bug: if last continuation of a deleted block has a + destination, this destination should be deleted too. (reported by + ohler on #lisp) * fixed some bugs revealed by Paul Dietz' test suite: ** LAST and [N]BUTLAST should accept a bignum. + ** condition slot accessors are methods. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles