news: prepare 3.0

* NEWS (3.0): Reorder.
This commit is contained in:
Akim Demaille
2013-07-25 17:50:11 +02:00
parent afcc58c63e
commit de1a2f20dd

13
NEWS
View File

@@ -2,16 +2,6 @@ GNU Bison NEWS
* Noteworthy changes in release ?.? (????-??-??) [?]
* Noteworthy changes in release 2.7.91 (2013-06-24) [beta]
** 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]
** WARNING: Future backward-incompatibilities!
Like other GNU packages, Bison will start using some of the C99 features
@@ -531,6 +521,9 @@ 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)