From 526ef45f306ed85ae22411e2564a66e5e39c9778 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 3 Jul 2020 06:52:29 +0200 Subject: [PATCH] news: update --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 094500b7..2defab4a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Deprecated features + + The YYPRINT macro, which works only with yacc.c and only for tokens, was + obsoleted long ago by %printer, introduced in Bison 1.50 (November 2002). + It is deprecated and its support will be removed eventually. + + In conformance with the recommendations of the Graphviz team, in the next + version Bison the option `--graph` will generate a *.gv file by default, + instead of *.dot. A transition started in Bison 3.4. + ** New features *** Counterexample Generation