summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2023-01-28 11:56:25 +0000
committerChristophe Rhodes <csr21@cantab.net>2023-01-28 11:56:25 +0000
commit367981a0a79e4362a301f0a17f2e023b18c21673 (patch)
treebfd185ec69c3faae865fbdec1926a5fa244bbcff
parentf14cf6277d2e96b840fad3cf02cdbef14ff4c482 (diff)
2.3.1: will be tagged as "sbcl-2.3.1"sbcl-2.3.1
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2265632b..0f97ad095 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.3.0:
+changes in sbcl-2.3.1 relative to sbcl-2.3.0:
* sb-graph has been removed. To visualize IR1 in sbcl, it is recommended to
use the function IR1-TO-DOT (which only survives the final tree shake if
the feature :sb-devel is enabled at build time).