1.0.47.13: extend LVAR-FUN-IS to constant functions and function names
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 89d2128..135f26a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.47:
+  * bug fix: better support for Solaris /bin/sh in sh-based tests.
+  * enhancement: read() and write() have been added to SB-POSIX.
+  * enhancement: types of DEFSTRUCT constructors are proclaimed more
+    accurately, allowing better typechecking of call-sites.
+  * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
+    years, is now no longer supported.
+  * optimization: slightly faster ISQRT. (lp#713343)
+  * bug fix: TRACE behaves better when attempting to trace undefined
+    functions. (lp#740717)
+
 changes in sbcl-1.0.47 relative to sbcl-1.0.46:
   * bug fix: fix mach port rights leaks in mach exception handling code on
     darwin/x86 and /x86-64. (thanks to Willem Oudshoorn for motivation and the