missing NEWS
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 12:26:37 +0000 (14:26 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 12:28:55 +0000 (14:28 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8d62097..05d91cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,8 @@ changes relative to sbcl-1.0.53:
   * enhancement: convenience function SET-SBCL-SOURCE-LOCATION for informing
     the system where on the filesystem the SBCL sources themselves are
     located.  (Thanks to Zach Beane)
+  * enhancement: the compiler is now able to derive tighter bounds for
+    floating point numbers in some cases. (Thanks to Lutz Euler, lp#894498)
   * bug fix: on 64-bit targets, atomic-incf/aref does index computation
     correctly, even on wide-fixnum builds. (lp#887220)
   * bug fix: (directory "foo/*/*.*") did not follow symlinks in foo/ that