1.0.0.7:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index f0f7845..5e20914 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
 ;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.1 relative to sbcl-1.0:
+  * improvement: sb-sprof traces call stacks to an arbitrary depth on
+    x86/x86-64, rather than the previous fixed depth of 8
+  * bug fix: non-ascii command-line arguments are processed correctly 
+    (thanks to Yaroslav Kavenchuk)
+  * bug fix: TRACE :ENCAPSULATE NIL (and function end breakpoints)
+    work on Windows.
+  * bug fix: non-required arguments were not passed correctly when a method
+    defined using DEFMETHOD was called from a mop-generated method using
+    CALL-NEXT-METHOD (reported by Pascal Costanza)
+
 changes in sbcl-1.0 relative to sbcl-0.9.18:
   * improvement: experimental support for threading on FreeBSD/x86.
     (thanks to NIIMI Satoshi)