diff options
author | Andy Wingo <wingo@pobox.com> | 2021-03-18 22:05:58 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2021-03-18 22:05:58 +0100 |
commit | ef7952984cdf640ee1d4f2445675a142ccee2cf9 (patch) | |
tree | 3cfecc31738983d1d9c9419cf4b178af8fc3c239 | |
parent | 9e32c5729ec995585e2953a2c7b0019ba1f44197 (diff) | |
download | guile-ef7952984cdf640ee1d4f2445675a142ccee2cf9.tar.gz |
Update NEWS
* NEWS: Updates.
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -191,9 +191,12 @@ See "Syntax Transformer Helpers" in the manual. ** Fix (ice-9 ftw) on filesystems where inode values are meaningless ** Fix many bugs that prevented Guile from building on MinGW ** Fix many bugs that prevented Guile's test suite from running on MinGW +** Fix srfi-69 merge-hash +** Fix suspendable-ports implementation of get-bytevector-some! +** Fix overread in string-locale<?, string-locale-ci<?, and friends Thanks to Andrey Ivanov, Rob Browning, Erik Dominikus, Göran Weinholt, -and Michael Gran. +Michael Gran, Andrew Whatson, and Ricardo G. Herdt. * New deprecations |