]> git.saurik.com Git - bison.git/blobdiff - NEWS
graphs: documentation
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 9476819e6b59fccc4dffe5da05028cac070a7b49..d1b66564f40c037512b62df9098d34bf118e00c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,15 @@ GNU Bison NEWS
   position_type are deprecated in favor of api.location.type and
   api.position.type.
 
+** Graphviz improvements
+
+  The graphical presentation of the states is more readable: their shape is
+  now rectangular, the state number is clearly displayed, and the items are
+  numbered and left-justified.
+
+  The reductions are now explicitly represented as transitions to other
+  diamond shaped nodes.
+
 * Noteworthy changes in release 2.6.2 (2012-08-03) [stable]
 
 ** Bug fixes