X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1bb2bd75f0185ca53c92f1c63cdc0b5ceef3f1f2..d80fb37a26b24d8aa7a4428389a6004c7f2e93be:/NEWS diff --git a/NEWS b/NEWS index afc35421..2a3e57c2 100644 --- 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