]> git.saurik.com Git - bison.git/blobdiff - NEWS
djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 749a2fa4504ded486191f682a95e9649d8ee45f9..d8e845cb6fd787ab514eadcc0af97e00181efa9b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
 Bison News
 ----------
 
-Changes in version 2.3+:
+Changes in version 2.3a+ (????-??-??):
+
+* The -g and --graph options now output graphs in Graphviz DOT format,
+  not VCG format.
+
+Changes in version 2.3a, 2006-09-13:
 
 * Instead of %union, you can define and use your own union type
   YYSTYPE if your grammar contains at least one <type> tag.