]> git.saurik.com Git - bison.git/blobdiff - NEWS
TODO: YYPRINT.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index b11333a0d6c92c1417b2202b2d244d66dbe0df79..8a5fc93d4bae61876ecb78eafab2f2499e7adc31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ Bison News
 
 Changes in version ?.? (????-??-??):
 
+* Java skeleton improvements:
+
+  The constants for token names were moved to the Lexer interface.
+  Also, it is possible to add code to the parser's constructors using
+  "%code init" and "%define init_throws".
+
+Changes in version 2.4 (2008-11-02):
+
 * %language is an experimental feature.
 
   We first introduced this feature in test release 2.3b as a cleaner
@@ -11,6 +19,11 @@ Changes in version ?.? (????-??-??):
   we consider %language to be an experimental feature that will likely evolve
   in future releases.
 
+* Forward compatibility with GNU M4 has been improved.
+
+* Several bugs in the C++ skeleton and the experimental Java skeleton have been
+  fixed.
+
 Changes in version 2.3b (2008-05-27):
 
 * The quotes around NAME that used to be required in the following directive