]> git.saurik.com Git - bison.git/blobdiff - NEWS
Fix documentation problems reported by Tim Josling at
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index d0fc7abbc508891cce21f667c654ca73d123ac0c..1458cb2d3e06cf57bfca7276afedee34f2eebcbd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,7 +69,7 @@ Changes in version 2.3a+ (????-??-??):
   for further discussion.
 
 * Lookahead Set Correction in the `.output' Report
-  
+
   When instructed to generate a `.output' file including lookahead sets
   (using `--report=lookahead', for example), Bison now prints each reduction's
   lookahead set only next to the associated state's one item that (1) is
@@ -158,6 +158,9 @@ Changes in version 2.3a+ (????-??-??):
   by POSIX.  However, see the end of section `Operator Precedence' in the Bison
   manual for a caveat concerning the treatment of literal strings.
 
+* The nonfunctional --no-parser, -n, and %no-parser options have been
+  completely removed from Bison.
+
 Changes in version 2.3a, 2006-09-13:
 
 * Instead of %union, you can define and use your own union type