]> git.saurik.com Git - bison.git/blobdiff - NEWS
variables: parse.error
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index d5e40d55676501551d73199baa5261250fb82da2..aa8c7ea27e903ee44c84807543d51339f3136494 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,12 @@ Bison News
   The "namespace" variable is renamed "api.namespace".  Backward
   compatibility is ensured, but upgrading is recommended.
 
+** Variable parse.error
+
+  The variable error controls the verbosity of error messages.  The
+  use of the %error-verbose directive is deprecated in favor of
+  %define parse.error "verbose".
+
 * Changes in version 2.5 (????-??-??):
 
 ** IELR(1) and Canonical LR(1) Support