summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2024-09-29 14:10:55 +0100
committerChristophe Rhodes <csr21@cantab.net>2024-09-29 14:10:55 +0100
commitb44db82a75ed33f684cc8afd9417dcf98abf39d5 (patch)
tree2131bc8a931fe150e4a526231e303d8a9bb9b11a
parent7616b28e3bbcd98c1b444f11b142e48ac6804090 (diff)
2.4.9: will be tagged as "sbcl-2.4.9"sbcl-2.4.9
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0be7eaf1..655e780a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.4.8:
+changes in sbcl-2.4.9 relative to sbcl-2.4.8:
* minor incompatible change: FIND, POSITION (and variants) now check :START
and :END arguments for validity as bounding index designators for list
sequences.