summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-02-01 07:54:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-02-02 06:51:39 +0100
commitd50a3e450e7e469cee7b6a782b6877ef9e47d7b6 (patch)
tree223f121e8a7f7ef20dd37e2831cf3a90b4a96720 /NEWS
parent47186ec4601da80274af6013e7d0a61567e8f06b (diff)
downloadbison-d50a3e450e7e469cee7b6a782b6877ef9e47d7b6.tar.gz
graph: output foo.gv by default, instead of *.dot
That change was started in Bison 3.4. The announcement for 3.7 stated that in Bison 3.8 we would use *.gv by default. * src/files.c (compute_output_file_names): spec_graph_file defaults too *.gv. * doc/bison.texi, examples/c++/calc++/local.mk, tests/output.at: Adjust.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe6dda6f..0c51287b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,13 @@ GNU Bison NEWS
** Changes
+*** Graph output
+
+ In conformance with the recommendations of the Graphviz team
+ (https://marc.info/?l=graphviz-devel&m=129418103126092), `-g`/`--graph`
+ now generates a *.gv file by default, instead of *.dot. A transition
+ started in Bison 3.4.
+
*** C++ value_type
Prefer value_type to semantic_type to denote the semantic value type,