]> git.saurik.com Git - bison.git/blobdiff - NEWS
Rename all the `bucket's as `symbol_t'.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 6d86faf3faa582ccb037445ad8ce78ea824f1a8a..4f1f0751cab48a52ee60e788135845f42b80793b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,15 @@ Bison News
 
 Changes in version 1.49a:
 
+* The initial rule is explicit.
+  Bison used to play hacks with the initial rule, which the user does
+  not write.  It is now explicit, and visible in the reports and
+  graphs as rule 0.
+      
+* Useless rules are actually removed.
+  Before, Bison reported the useless rules, but, although not used,
+  included them in the parsers.
+        
 * False `Token not used' report fixed.
   On a grammar such as