]> git.saurik.com Git - bison.git/blobdiff - NEWS
Semicolon feature removal is not about future language support.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 72d73e13b8ed60f676e3b3fa31cc14ccd8d5b9e8..d67e3f03518803f5280646d5ecb3cedee1dc3b07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,13 +17,12 @@ Bison News
 
     exp: exp "+" exp { $$ = $1 + $3; };
 
-  This prevents the future support for languages that do not use `;'
-  as C/C++/Java do.  Yet some grammars still depend on this `feature'.
-  Bison 2.4.1 restores the previous behavior in the case of C output
-  (specifically, when neither %language or %skeleton or equivalent
-  command-line options are used) to leave more time for grammars
-  depending on the old behavior to be adjusted.  Future releases of
-  Bison will disable this feature.
+  Some grammars still depend on this `feature'.  Bison 2.4.1 restores
+  the previous behavior in the case of C output (specifically, when
+  neither %language or %skeleton or equivalent command-line options
+  are used) to leave more time for grammars depending on the old
+  behavior to be adjusted.  Future releases of Bison will disable this
+  feature.
 
 ** A few minor improvements to the Bison manual.