diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-09-27 22:47:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-27 22:50:52 +0200 |
commit | e134a1a6b1f4108abecc7c7a19d4c34f8a8a1dd0 (patch) | |
tree | fabd3c24b74f843060e9c0f07902500cbf1d03e8 | |
parent | aff9ac968840e9c86719fb613bd2ed3c39b9905c (diff) | |
download | guile-e134a1a6b1f4108abecc7c7a19d4c34f8a8a1dd0.tar.gz |
Update NEWS.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |