1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Update NEWS some more

* NEWS: More updates.
This commit is contained in:
Andy Wingo 2017-04-21 15:41:25 +02:00
parent 7e1d830698
commit fbaf8e98ff

5
NEWS
View file

@ -23,6 +23,11 @@ relied on an interface that was added to our garbage collector (BDW-GC)
after its 7.2 release. Guile 2.2.2 adds a workaround to allow Guile to
continue be used with libgc as old as 7.2.
** SRFI-37 bug fix to not error on empty-string arguments.
Thanks to Thomas Danckaert for fixing this long-standing bug.
Changes in 2.2.1 (since 2.2.0):