0.8.11.4:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 369e216..67a24b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2415,6 +2415,8 @@ changes in sbcl-0.8.11 relative to sbcl-0.8.10:
     beginnings of a semantically meaningful condition hierarchy is
     under development, for use in SB-EXT:MUFFLE-CONDITIONS and by
     IDEs.
+  * fixed bug: PARSE-NAMESTRING now accepts any valid pathaname
+    designator as the defaults argument.
   * fixed bug: Displaced arrays whose displaced-to array has become
     too small now cause ARRAY-DIMENSION to signal an error, providing
     for safer bounds-checking. (reported by Bruno Haible)
@@ -2516,6 +2518,18 @@ changes in sbcl-0.8.11 relative to sbcl-0.8.10:
     ** ensured that pathnames, where they have a namestring, always
        print using #P"..." syntax.
 
+changes in sbcl-0.8.12 relative to sbcl-0.8.11:
+  * the behaviour of the standard function ED is now customizeable by
+    third parties through a hook variable: see ED's documentation
+    string for information on the protocol.
+  * fixed bugs 45d and 118: DOUBLE-FLOAT[-NEGATIVE]-EPSILON now
+    exhibit the required behaviour on the x86 platform.  (thanks to
+    Peter van Eynde, Eric Marsden and Bruno Haible)
+  * fixed bug 335: ATANH now computes the inverse hyperbolic tangent
+    even for difficult arguments.  (reported by Peter Graves)
+  * fixed a bug in backquote printing: no more modification of the
+    form's list structure.  (reported by Brian Downing)
+
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles
     down, it might impact TRACE. They both encapsulate functions, and