Update NEWS.
authorLudovic Courtès <ludo@gnu.org>
Sun, 8 Mar 2020 14:49:44 +0000 (15:49 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 8 Mar 2020 14:57:14 +0000 (15:57 +0100)
* NEWS: Update.

NEWS

diff --git a/NEWS b/NEWS
index fa927ed6d52b2622540728bbceece8fbfe98e1c1..68aaa5389757e50519dac5014f65e4e4c44b0eb1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -77,15 +77,21 @@ Those C symbols were inadvertently made private in 3.0.0.
 ** Fix build on IA64 and on platforms where the stack grows upwards
 
 ** Fix JIT compilation on 64-bit Cygwin
+   (<https://bugs.gnu.org/39118>)
 
 ** texinfo properly renders @acronym in plain text
+   (<https://bugs.gnu.org/37846>)
 
-See <https://bugs.gnu.org/37846> for details.
+** Compiler now optimizes (logior 0 INT)
+   (<https://bugs.gnu.org/39573>)
 
 ** Fix Readline configure check for the sake of libedit
 
 This fixes builds on macOS against the system-provided libedit.
 
+** Provided 'GUILE_PKG' Autoconf macro now detects Guile 3.0
+   (<https://bugs.gnu.org/39437>)
+
 
 \f
 Changes in 3.0.0 (since the stable 2.2 series):