summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-06-24 10:20:46 +0200
committerAkim Demaille <akim@lrde.epita.fr>2013-06-24 10:20:46 +0200
commit9cdcbdf2cfb219dac9984026fe61ffc2e394f914 (patch)
treeb189ed92336912885895cc8817008f9f33cb33c6
parent45c64fa627f205f49ac7afb51ad3d6e851b62f86 (diff)
downloadbison-9cdcbdf2cfb219dac9984026fe61ffc2e394f914.tar.gz
NEWS: prepare for 2.7.91
* NEWS (2.7.91): Java push parsers.
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
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)