mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
NEWS: update
This commit is contained in:
7
NEWS
7
NEWS
@@ -184,6 +184,13 @@ GNU Bison NEWS
|
|||||||
literal such as ‘"number"’. The postfix quantifiers are ‘?’ (zero or
|
literal such as ‘"number"’. The postfix quantifiers are ‘?’ (zero or
|
||||||
one), ‘*’ (zero or more) and ‘+’ (one or more).
|
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]
|
* Noteworthy changes in release 3.2.2 (2018-11-21) [stable]
|
||||||
|
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user