]> git.saurik.com Git - bison.git/blobdiff - NEWS
glr.cc: no longer require location support
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 150068eefb4fa38751c625da35f7975b4afad436..1e660a2faf2d02b51d3d211545e8859e38291e61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ GNU Bison NEWS
 
 ** Warnings
 
-*** Warning categories are now displayed in warnings
+*** Warning categories are now displayed
 
   For instance:
 
@@ -82,7 +82,13 @@ GNU Bison NEWS
   Also, it is possible to add code to the parser's constructors using
   "%code init" and "%define init_throws".
 
-** C++ skeleton improvements
+** C++ skeletons improvements
+
+*** locations are no longer mandatory (lalr1.cc, glr.cc)
+
+  Both lalr1.cc and glr.cc no longer require %location.
+
+*** syntax_error exception (lalr1.cc)
 
   The C++ parser features a syntax_error exception, which can be
   thrown from the scanner or from user rules to raise syntax errors.