NEWS: update

This commit is contained in:
Akim Demaille
2018-12-19 07:20:47 +01:00
parent 98d199ccc8
commit b04492cc5f

7
NEWS
View File

@@ -184,6 +184,13 @@ GNU Bison NEWS
literal such as "number". The postfix quantifiers are ? (zero or
one), * (zero or more) and + (one or more).
* Noteworthy changes in release 3.2.3 (2018-12-18) [stable]
** Bug fixes
Properly support token constructors in C++ with types that include commas
(e.g., std::pair<int, int>). A regression introduced in Bison 3.2.
* Noteworthy changes in release 3.2.2 (2018-11-21) [stable]
** Bug fixes