diff options
author | Andy Wingo <wingo@pobox.com> | 2017-04-21 15:41:25 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-04-21 15:41:25 +0200 |
commit | fbaf8e98ff02503c077bc3bf55b48028c53cbeff (patch) | |
tree | 902303826b747356b61869e9c4722466c89b1d8d /NEWS | |
parent | 7e1d830698950e373454a07dd514bce78c9bea33 (diff) |
Update NEWS some more
* NEWS: More updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |