summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2024-05-30 08:25:14 +0100
committerChristophe Rhodes <csr21@cantab.net>2024-05-30 08:25:14 +0100
commite12e252a89ed3e1498acbe7fe103d5052b8c5553 (patch)
tree04169d2509a85ef161415f4f5845058b48b7738e
parent0cb50d0861e2299b56cbdf4adccbc4ac94f8ae1d (diff)
2.4.5: will be tagged as "sbcl-2.4.5"sbcl-2.4.5
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 69242a28f..4d983521d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.4.4:
+changes in sbcl-2.4.5 relative to sbcl-2.4.4:
* incompatible change: attempting to pass or return alien structs by value
now signals errors. Previously, such attempts would silently tend to
corrupt registers or memory; there is work in progress to allow such calls