1.1.0: will be tagged as "sbcl-1.1.0"
authorChristophe Rhodes <csr21@cantab.net>
Mon, 1 Oct 2012 21:51:32 +0000 (21:51 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 1 Oct 2012 21:51:32 +0000 (21:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8c6d71a..8271c29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.58:
+changes in sbcl-1.1.0 relative to sbcl-1.0.58:
   * enhancement: New variable, sb-ext:*disassemble-annotate* for controlling
     source annotation of DISASSEMBLE output. Defaults to T.
   * enhancement: TIMEOUT arguments added to WITH-MUTEX and WITH-RECURSIVE-LOCK, and