1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Update NEWS.

This commit is contained in:
Ludovic Courtès 2024-09-27 22:47:29 +02:00
parent aff9ac9688
commit e134a1a6b1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

4
NEWS
View file

@ -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)