X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=254f4f55586b78a9a0411004ca6ee1fe4cbf169c;hb=581e3d62de8cb37e13ad9db63e5537c0f962be28;hp=08a464cd92ecf473047402f43b0e07c88fae112d;hpb=fb91e1987cc40f3f698f2972d0de50426ec3086f;p=sbcl.git diff --git a/NEWS b/NEWS index 08a464c..254f4f5 100644 --- a/NEWS +++ b/NEWS @@ -1266,6 +1266,15 @@ changes in sbcl-0.7.8 relative to sbcl-0.7.7: * fixed several bugs in compiler checking of type declarations, i.e. violations of the Python "declarations are assertions" principle (thanks to Alexey Dejneka) + * fixed several bugs in PCL's error checking (thanks to Gerd + Moellmann) + * fixed bug in printing of FILE-ERROR (thanks to Antonio + Martinez-Shotton) + * fixed bug in compilation of functions as first class values + (thanks to Antonio Martinez-Shotton) + * The compiler's handling TYPE-ERRORs which it can prove will + inevitably happen at runtime has been cleaned up and corrected. + (thanks to Alexey Dejneka) planned incompatible changes in 0.7.x: * When the profiling interface settles down, maybe in 0.7.x, maybe