commit 4971afc894df5fd9547968b206251e9b41092f4b
Author: Akim Demaille <[email protected]>
Date:   Sat May 18 09:36:28 2019 +0200

    NEWS: update for 3.4

diff --git a/NEWS b/NEWS
index efaf54ba..bd0b729a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,12 @@ GNU Bison NEWS
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
+** Deprecated features
 
-* Noteworthy changes in release 3.3.91 (2019-05-12) [beta]
-
-** Bug fixes
-
-  Portability issues were fixed.
-
-* Noteworthy changes in release 3.3.90 (2019-04-28) [beta]
+  The %pure-parser directive is deprecated in favor of '%define api.pure'
+  since Bison 2.3b (2008-05-27), but no warning was issued; there is one
+  now.  Note that since Bison 2.7 you are strongly encouraged to use
+  '%define api.pure full' instead of '%define api.pure'.
 
 ** New features
 


Reply via email to