X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=5735d3645ed041d6d75c89f5b583e4d293b0c920;hb=960a9fbd48e695e5b970a01315aa687ab59dc3fe;hp=06c67fda98e3250fe3925bd16759bfce0ae5d7e9;hpb=dc3864367e0ae2964e6e346ff5c4ecfea9ddc0f0;p=sbcl.git diff --git a/NEWS b/NEWS index 06c67fd..5735d36 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ changes in sbcl-1.0.20 relative to 1.0.19: Halik) * bug fix: non-local exit from a WITH-ALIEN form no longer causes alien-stack leakage. (reported by Andy Hefner) + * bug fix: PROGV signals an error when an attempt to violate declared + type of a variable or bind a constant is made. + * bug fix: SET signals an error when an attempt to violate declared + type of a variable is made. changes in sbcl-1.0.19 relative to 1.0.18: * new feature: user-customizable variable SB-EXT:*MUFFLED-WARNINGS*;