]> git.saurik.com Git - bison.git/blobdiff - NEWS
In the XML output, list useless and unused symbols and rules with the
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index afc354211e027d4a1518a9a8fc11ae3e071fa14a..2a3e57c22ba34b777e6ede3ae67b3fdb99e07daa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,9 +41,10 @@ Changes in version 2.3a+ (????-??-??):
 
     %defines "parser.h"
 
-* When reporting useless rules and nonterminals, Bison now employs the term
-  "useless in grammar" instead of "useless" and employs the term "useless in
-  parser" instead of "never reduced".
+* When reporting useless rules, useless nonterminals, and unused terminals,
+  Bison now employs the terms "useless in grammar" instead of "useless",
+  "useless in parser" instead of "never reduced", and "unused in grammar"
+  instead of "unused".
 
 * Unreachable State Removal