summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2022-12-29 11:59:44 +0000
committerChristophe Rhodes <csr21@cantab.net>2022-12-29 11:59:44 +0000
commit9d6b2242c5531503c3040c995247fefad56869ec (patch)
tree41a1e7e05385b97780f4f3566b84f1c25ecb583e
parentd2739378347e4103f343cca6605895533e648476 (diff)
2.3.0: will be tagged as "sbcl-2.3.0"sbcl-2.3.0
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 171723f86..18dc12a72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.2.11:
+changes in sbcl-2.3.0 relative to sbcl-2.2.11:
* enhancement: support for SLOT-VALUE and friends has been extended to
structure and condition instances.
* enhancement: the error message for invalid array index conditions is clearer.