X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=755c12ea2c2eb32d19a6798b84e4885c3d7d5c29;hb=2bdf5a3484eda55b0d4b9313aa6b3505b6d7cbd8;hp=80a1c6374334dd2505e040de6527fb8ae2124c09;hpb=80cee3cf18d09202aa30ab957e08c5759e573bbe;p=sbcl.git diff --git a/NEWS b/NEWS index 80a1c63..755c12e 100644 --- a/NEWS +++ b/NEWS @@ -1494,9 +1494,12 @@ changes in sbcl-0.7.12 relative to sbcl-0.7.11: * fixed bug 62: constraints were not propagated into a loop. * fixed bug in embedded calls of SORT (reported and investigated by Wolfgang Jenkner). - * fixed bugs identified by Paul F. Dietz related to printing and - reading of arrays with some dimensions having length 0. (thanks - to Gerd Moellmann) + * fixed some bugs revealed by Paul Dietz' test suite: + ** printing and reading of arrays with some dimensions having + length 0 (thanks to Gerd Moellmann); + ** BOA constructor with &AUX argument without a default value does + not cause a type error; + ** CONSTANTP now returns true for all self-evaluating objects. planned incompatible changes in 0.7.x: * (not done yet, but planned:) When the profiling interface settles