From 487a2a9ecae81a401e1eb613837cbeb02df45f6e Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 20 Nov 2018 19:59:15 +0100 Subject: [PATCH] NEWS: update --- .prev-version | 2 +- NEWS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.prev-version b/.prev-version index e4604e3a..be94e6f5 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -3.2.1 +3.2.2 diff --git a/NEWS b/NEWS index cfddbaad..20127a74 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,12 @@ GNU Bison NEWS The use of the %error-verbose directive is deprecated in favor of "%define parse.error verbose" since Bison 3.0, but no warning was issued. +* Noteworthy changes in release 3.2.2 (2018-11-21) [stable] + +** Bug fixes + + C++ portability issues. + * Noteworthy changes in release 3.2.1 (2018-11-09) [stable] ** Bug fixes