summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2024-06-29 20:36:12 +0100
committerChristophe Rhodes <csr21@cantab.net>2024-06-29 20:36:12 +0100
commit9bf2cab441d93906e8e14018d255a7964a4a8564 (patch)
treea15924578d51a1e37a450a1267c93c12aa540bf7
parent7d2089c48139157f5070658ce48017e46cc3766e (diff)
2.4.6: will be tagged as "sbcl-2.4.6"sbcl-2.4.6
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0655e0671..bc95c6162 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.4.5:
+changes in sbcl-2.4.6 relative to sbcl-2.4.5:
* enhancement: name conflicts resulting from colliding symbols in IMPORT and
USE-PACKAGE are resolved once for each name, rather than between pairwise
colliding symbols.