1.0.56: will be tagged as "sbcl-1.0.56"
authorJuho Snellman <jsnell@iki.fi>
Thu, 12 Apr 2012 21:07:37 +0000 (21:07 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 12 Apr 2012 21:07:37 +0000 (21:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2d48aa1..47e9548 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.55:
+changes in sbcl-1.0.56 relative to sbcl-1.0.55:
   * bug fix: fix copy-structure.  When copying from stack to heap, garbage
     could end up in the heap making GC unhappy.
     (Thanks to James Knight, lp#911027)