]> git.saurik.com Git - bison.git/blobdiff - NEWS
* data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 09defd4d4f3e45656ada2b8c1343c7e4de946bc9..18e71b7d441d61694009d0cb3279505793f8045c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ Bison News
 
 Changes in version 2.3a+ (????-??-??):
 
+* The quotes around NAME that used to be required in the following directive
+  are now deprecated:
+
+    %define NAME "VALUE"
+
+* The directive `%pure-parser' is now deprecated in favor of:
+
+    %define api.pure
+
+  which has the same effect except that Bison is more careful to warn about
+  unreasonable usage in the latter case.
+
 * Push Parsing
 
   Bison can now generate an LALR(1) parser in C with a push interface.  That
@@ -69,11 +81,6 @@ Changes in version 2.3a+ (????-??-??):
     %name-prefix "c_"
     %output "parser.c"
 
-* The quotes around NAME that used to be required in the following directive
-  are now deprecated:
-
-    %define NAME "VALUE"
-
 * An Alternative to `%{...%}' -- `%code QUALIFIER {CODE}'
 
   Bison 2.3a provided a new set of directives as a more flexible alternative to