]> git.saurik.com Git - bison.git/blobdiff - NEWS
For consistency, use `lookahead' instead of `look-ahead' or
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 3dca4fe0919a92abdabb0e1d706df9ea4c3ba71e..13eaa35891b1babbd9878e7768ca9eadc1f0d760 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 Bison News
 ----------
 
+Changes in version 2.3+:
+
+* The option `--report=look-ahead' has been changed to `--report=lookahead'.
+  The old spelling still works but is not documented and will be removed.
+
 Changes in version 2.3, 2006-06-05:
 
 * GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING',