]> git.saurik.com Git - bison.git/blobdiff - NEWS
* doc/bison.texinfo (Actions): Make clear that `|' is not the same
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 7abc95119535dd699dae5c173a36e3feaacab94b..f339c6591ae89594ff936804f83bb849d3288ca8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ Bison News
 
 Changes in version 1.49a:
 
+* Undefined token
+  The undefined token was systematically mapped to 2 which prevented
+  the use of 2 from the user.  This is no longer the case.
+
+* Undefined token
+  If yylex returned a code out of range, yyparse could die.  This is
+  no longer the case.
+
 * Large grammars
   Are now supported (large token numbers, large grammar size (= sum of
   the LHS and RHS lengths).