]> git.saurik.com Git - bison.git/blobdiff - NEWS
fix a memory leak
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 5bc4d31e893ef6476b965f38a990fc754bcdea41..afdc073cff98f3c2f2b00746b7f237dec12420b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,8 @@ GNU Bison NEWS
   Changes in Bison 2.7 introduced a dependency on FILE and fprintf when
   locations are enabled.  This is fixed.
 
+*** Warnings about useless %pure-parser/%define api.pure are restored
+
 ** Diagnostics reported by Bison
 
   Most of these features were contributed by Théophile Ranquet and Victor
@@ -592,7 +594,7 @@ GNU Bison NEWS
   There are operator- and operator-= for 'location'.  Negative line/column
   increments can no longer underflow the resulting value.
 
-* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 2.7.1 (2013-04-15) [stable]
 
 ** Bug fixes