summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-09-27 22:47:29 +0200
committerLudovic Courtès <ludo@gnu.org>2024-09-27 22:50:52 +0200
commite134a1a6b1f4108abecc7c7a19d4c34f8a8a1dd0 (patch)
treefabd3c24b74f843060e9c0f07902500cbf1d03e8
parentaff9ac968840e9c86719fb613bd2ed3c39b9905c (diff)
downloadguile-e134a1a6b1f4108abecc7c7a19d4c34f8a8a1dd0.tar.gz
Update NEWS.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03bc819bc..b6566903b 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ Changes in 3.0.11 (since 3.0.10)
** test-hashing should now work on 32-bit systems
** GUILE-VERSION changes should propagate to .version and relevant Makefiles
(<https://debbugs.gnu.org/72084>)
+** Compiler no longer crashes when building Guile on 32-bit platforms
+ (<https://bugs.gnu.org/71891>)
+** Compiler no longer crashes when inlining 3.0.9 procedure with kw args
+ (<https://bugs.gnu.org/72936>)
Changes in 3.0.10 (since 3.0.9)