Add NEWS entries

* NEWS: Add a couple entries.
This commit is contained in:
Andy Wingo 2020-01-11 11:51:38 +01:00
commit 639d0b3768

9
NEWS
View file

@ -64,7 +64,14 @@ prior to this change:
This is now an error. Instead, use array-fill!.
**
** Fix compilation on 32-bit targets
A compile error introduced in 2.9.3 prevented compilation on 32-bit
targets. This has been fixed.
** Fix a bug in closure conversion
Thanks for Stefan Israelsson Tampe for the report.
Changes in alpha 2.9.x (since the stable 2.2 series):