]> git.saurik.com Git - bison.git/blobdiff - NEWS
Remove the so called hairy (semantic) parsers.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 2ca8a5a48497530f1e55eaaa757217bfd3a20960..14a42e217e55ed362ef333253f9c47131b37cf16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
-Changes in version 1.49a:
+Changes in version 1.49b:
 
 * Undefined token
   The undefined token was systematically mapped to 2 which prevented
@@ -55,6 +55,10 @@ Changes in version 1.49a:
      %token YYEOF 0
   or
      %token YYEOF 0 "end of file"
+
+* Semantic parser
+  This old option, which has been broken for ages, is removed.
+
 \f
 Changes in version 1.35, 2002-03-25: