summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2022-03-28 20:49:13 +0100
committerChristophe Rhodes <csr21@cantab.net>2022-03-28 20:49:13 +0100
commitcb5e42054037673e0e18b764fd28bbca15b5aebc (patch)
treef7e2185669854ef12f58e708dccba11673b3bef4
parent52ea07b64608709fc9999f4d4c060800de941704 (diff)
2.2.3: will be tagged as "sbcl-2.2.3"sbcl-2.2.3
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d488b2dd..8b6846510 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-2.2.2:
+changes in sbcl-2.2.3 relative to sbcl-2.2.2:
* minor incompatible change: SB-THREAD:MUTEX-OWNER may return :THREAD-DEAD
if the apparent owner either exited nearly instantly after releasing the
mutex (and is not now the owner), or died and never released it.