summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-12-19 07:20:47 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-12-19 07:23:05 +0100
commitb04492cc5f533ed2b9df72ad2fb4a6174d8b3738 (patch)
tree783a4e137c598830f0be10abc9f2160f7b6c644c /NEWS
parent98d199ccc80ea97d6ce8fc36e1bb711df375e711 (diff)
downloadbison-b04492cc5f533ed2b9df72ad2fb4a6174d8b3738.tar.gz
NEWS: update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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<int, int>). A regression introduced in Bison 3.2.
+
* Noteworthy changes in release 3.2.2 (2018-11-21) [stable]
** Bug fixes