ChangeLog.rdoc in ruby-graphviz-0.9.8 vs ChangeLog.rdoc in ruby-graphviz-0.9.9
- old
+ new
@@ -1,4 +1,9 @@
+0.9.9 :
+* Add graph as an accessor to allow you to set global graph attributs (like edge and node)
+* Add each_node, each_edge, each_graph (thanks to @metellius) and graph_count
+* Issue #9 (partial) - Solution : by default, a node will have his label set with the node ID)
+
0.9.8 :
* Update graph and node posibility to set properties (see sample28.rb)
* Issue #7: Path option is never being used to find the executable
* Adding classes to check if the attributes are in the correct type
* Issue #8: dots in href are escaped with backslash, which corrupts the URL (see sample29.rb)