Add NEWS entries
authorAndy Wingo <wingo@pobox.com>
Sat, 11 Jan 2020 10:51:38 +0000 (11:51 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 11 Jan 2020 10:51:38 +0000 (11:51 +0100)
* NEWS: Add a couple entries.

NEWS

diff --git a/NEWS b/NEWS
index a03b2f7185ed5adc7ec64100bb1d3878d869177d..97ad2ea27bdc455f43aab148d326b3ad48a000a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
 
 \f
 Changes in alpha 2.9.x (since the stable 2.2 series):