summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-03 08:12:10 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-06-03 08:12:10 +0200
commit7e16bd2cae4f6762449927b2ca3159f44724a3ee (patch)
treee8c9c289569632ec9009a052d965236829aa5a92 /NEWS
parent94f7606db6f8e3d6c1cc71be6be304e16ba06a66 (diff)
parent508ac09939960eac8d30afab6e252469afe18714 (diff)
downloadbison-7e16bd2cae4f6762449927b2ca3159f44724a3ee.tar.gz
Merge maint into HEAD
* upstream/maint: maint: post-release administrivia version 3.6.3 build: check -Wmissing-prototypes tests: show logs c++: fix printing of state number on streams
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8fc26618..4c77cedd 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,16 @@ GNU Bison NEWS
to the -ffile-prefix-map in GCC. This option can be used to make bison output
reproducible.
+* Noteworthy changes in release 3.6.3 (2020-06-03) [stable]
+
+** Bug fixes
+
+ Incorrect comments in the generated parsers.
+
+ Warnings in push parsers (yacc.c).
+
+ Incorrect display of gotos in LAC traces (lalr1.cc).
+
* Noteworthy changes in release 3.6.2 (2020-05-17) [stable]
** Bug fixes