From e134a1a6b1f4108abecc7c7a19d4c34f8a8a1dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 27 Sep 2024 22:47:29 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 () +** Compiler no longer crashes when building Guile on 32-bit platforms + () +** Compiler no longer crashes when inlining 3.0.9 procedure with kw args + () Changes in 3.0.10 (since 3.0.9)