summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-08 15:49:44 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-08 15:57:14 +0100
commitd18bcf4ea8531bf65c5c9b3d11ec5a1869df2a07 (patch)
tree0fd8cc2c07a223b63603ec8551b29bebdd8bd842
parentfb052c4bdac3f1bd2dfca55ee1e43c5fc47dfa33 (diff)
downloadguile-d18bcf4ea8531bf65c5c9b3d11ec5a1869df2a07.tar.gz
Update NEWS.
* NEWS: Update.
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa927ed6d..68aaa5389 100644
--- 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>)
+
Changes in 3.0.0 (since the stable 2.2 series):