1.0.42.3: DOTIMES and non-integer counts
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index f33c0ab..c97dbeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ changes relative to sbcl-1.0.42
   * bug fix: bogus type errors from (AREF A (+ POSITIVE-OFFSET N)) under
     certain circumstances when N was negative but (+ POSITIVE-OFFSET N)
     was non-negative. (lp#622958)
+  * bug fix: DOTIMES accepted literal non-integer reals. (lp#619393, thanks to
+    Roman Marynchak)
 
 changes in sbcl-1.0.42 relative to sbcl-1.0.41
   * build changes