summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-23 10:06:17 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-23 15:02:49 +0100
commit4109d56aa974627e7088964d5342a0788f6ede78 (patch)
tree715ba43682117437e75eb9ad745df3a23854c89a /NEWS
parent003ca0498d6bc7f1d36d566b26555c4b48f723cf (diff)
downloadbison-4109d56aa974627e7088964d5342a0788f6ede78.tar.gz
news: update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9715723..9ffed274 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,17 @@ GNU Bison NEWS
** Bug fixes
+*** GLR parsers now support %merge together with api.value.type=union.
+
+*** C++ parsers use noexcept in more places.
+
+*** Generated parsers avoid some warnings about signedness issues.
+
+*** C-language parsers no avoid warnings from pedantic clang.
+
*** C-language parsers now work around quirks of HP-UX 11.23 (2003).
+
* Noteworthy changes in release 3.7.4 (2020-11-14) [stable]
** Bug fixes