From: Akim Demaille Date: Mon, 24 Jun 2013 08:20:46 +0000 (+0200) Subject: NEWS: prepare for 2.7.91 X-Git-Tag: v2.7.91~1 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9cdcbdf2cfb219dac9984026fe61ffc2e394f914 NEWS: prepare for 2.7.91 * NEWS (2.7.91): Java push parsers. --- diff --git a/NEWS b/NEWS index c6b6cfbe..eae4fff2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Java skeleton improvements + + The Java skeleton now supports push parsing. + Contributed by Dennis Heimbigner. * Noteworthy changes in release 2.7.90 (2013-05-30) [beta] @@ -524,9 +528,6 @@ GNU Bison NEWS and "%define init_throws". Contributed by Paolo Bonzini. - The Java skeleton now supports push parsing. - Contributed by Dennis Heimbigner. - ** C++ skeletons improvements *** The parser header is no longer mandatory (lalr1.cc, glr.cc)