]> git.saurik.com Git - bison.git/blobdiff - NEWS
glr: allow spaces between "%?" and "{" in predicates
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 07bf5a9d98da04346e85b893b271ba1d439433cb..e01198de323d268700ac3333bcc4f6fc3503826a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,23 @@ GNU Bison NEWS
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
+** Bug fixes
+
+*** Portability issues in the test suite.
+
+*** Fixes of the -Werror option
+
+  Options such as "-Werror -Wno-error=foo" were still turning "foo"
+  diagnostics into errors instead of warnings.  This is fixed.
+
+  Actually, for consistency with GCC, "-Wno-error=foo -Werror" now also
+  leaves "foo" diagnostics as warnings.  Similarly, with "-Werror=foo
+  -Wno-error", "foo" diagnostics are now errors.
+
+*** GLR Predicates
+
+  As demonstrated in the documentation, one can now leave spaces between
+  "%?" and its "{".
 
 * Noteworthy changes in release 3.0 (2013-07-25) [stable]