]> git.saurik.com Git - bison.git/blobdiff - NEWS
Java parser improvements
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 1e1d0ae223a3b2a7a36660ff734251ca267286e3..53334d6ed1572cf37a4c4861c05dd0c60d23c3e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
 Bison News
 ----------
 
-Changes in version 2.3a+ (????-??-??):
+Changes in version ?.? (????-??-??):
+
+*
+
+Changes in version 2.3b (2008-05-27):
 
 * The quotes around NAME that used to be required in the following directive
   are now deprecated:
@@ -49,9 +53,9 @@ Changes in version 2.3a+ (????-??-??):
 * %language
 
   This new directive specifies the programming language of the generated
-  parser, which can be C (the default), C++, or Java.  This directive affects
-  the skeleton used and the names of the generated files if the grammar file's
-  name ends in ".y".
+  parser, which can be C (the default), C++, or Java.  Besides the skeleton
+  that Bison uses, the directive affects the names of the generated files if
+  the grammar file's name ends in ".y".
 
 * XML Automaton Report