summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2015-11-27 10:15:46 +0000
committerChristophe Rhodes <csr21@cantab.net>2015-11-27 10:15:46 +0000
commit38b330fb1d4125ffd9775338e78b366b2b7abed8 (patch)
treec9357a5d681a28abd74135f31b632fbfdf1f1907
parent0250adba9ca1c4e4347d7cf13d36d56073866303 (diff)
1.3.1: will be tagged as "sbcl-1.3.1"sbcl-1.3.1
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be2315677..5b0d3fe61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.3.0:
+changes in sbcl-1.3.1 relative to sbcl-1.3.0:
* enhancement: SB-THREAD support for ARM64.
* enhancement: compiling an out-of-line DEFSTRUCT constructor call
will warn if a defaulted value is incompatible with its slot type.