summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2023-03-28 20:42:52 +0100
committerChristophe Rhodes <csr21@cantab.net>2023-03-28 20:42:52 +0100
commit4a32e4c3d25555b0df4412aab30d55bc3ad1d6b3 (patch)
tree48be065791eac1db79ab3c07c87c2d0c1524bcf0
parent4fa1562c28da5be3ae75deb8f4ed85073f697627 (diff)
2.3.3: will be tagged as "sbcl-2.3.3"sbcl-2.3.3
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ad753289d..ad8361f10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.3.2:
+changes in sbcl-2.3.3 relative to sbcl-2.3.2:
* enhancement: LET-bound anonymous closures declared dynamic extent can now
be stack allocated, just like closures bound with FLET or
LABELS. Otherwise-inaccessible closure subparts of objects declared