summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-03-18 22:05:58 +0100
committerAndy Wingo <wingo@pobox.com>2021-03-18 22:05:58 +0100
commitef7952984cdf640ee1d4f2445675a142ccee2cf9 (patch)
tree3cfecc31738983d1d9c9419cf4b178af8fc3c239 /NEWS
parent9e32c5729ec995585e2953a2c7b0019ba1f44197 (diff)
downloadguile-ef7952984cdf640ee1d4f2445675a142ccee2cf9.tar.gz
Update NEWS
* NEWS: Updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec3d096d1..d11f38eb4 100644
--- a/NEWS
+++ b/NEWS
@@ -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