From b04492cc5f533ed2b9df72ad2fb4a6174d8b3738 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 19 Dec 2018 07:20:47 +0100 Subject: [PATCH] NEWS: update --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index bb06934f..08d99f19 100644 --- a/NEWS +++ b/NEWS @@ -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). A regression introduced in Bison 3.2. + * Noteworthy changes in release 3.2.2 (2018-11-21) [stable] ** Bug fixes