1.1.6: will be tagged as "sbcl-1.1.6"
authorChristophe Rhodes <csr21@cantab.net>
Fri, 29 Mar 2013 19:38:35 +0000 (19:38 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 29 Mar 2013 19:38:35 +0000 (19:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e6699ae..0774be8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.1.5:
+changes in sbcl-1.1.6 relative to sbcl-1.1.5:
   * enhancement: the continuable error when defknown-ing over extant 
     fndb entries can be ignored by passing :overwrite-fndb-silently t
     as a keyword argument to sb-c:defknown (after attributes). Useful