From 71dfc86d58c2276fde3bea2a32646eed4e95fe5c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 24 Sep 2021 05:38:58 +0200 Subject: [PATCH] news: update --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index d1a17880..819f5fe6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] + Fixed portability issues of bison on Cygwin. + + Improvements in glr2.cc: add support for custom error messages (`%define + parse.error custom`), allow linking several parsers together. * Noteworthy changes in release 3.8.1 (2021-09-11) [stable]