X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0692ab77e684bbc4f0361b8a7f0b5622a788ace5;hb=dc4be57ff0baeee18d43fbee1bfc1af4af50e522;hp=9fc6eaf477748e7a462774429ad8b16a33ed5fa1;hpb=d4f4b68910a64640f9b8c67560ffd7f4d57c54b9;p=sbcl.git diff --git a/NEWS b/NEWS index 9fc6eaf..0692ab7 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ changes in sbcl-0.8.22 relative to sbcl-0.8.21: *ERROR-OUTPUT*, not *STANDARD-OUTPUT*. * fixed inference of the upper bound of an iteration variable. (reported by Rajat Datta). + * fixed bug 305: INLINE/NOTINLINE declaration no longer causes local + ftype declaration to be disregarded. (reported by Dave Roberts) * fixed bug 373: caused by erronous compilation of references to alien variables in the runtime on ppc/darwin. * fixed bug 376: CONJUGATE type deriver.