ChangeLog in ruby-graphviz-0.9.2 vs ChangeLog in ruby-graphviz-0.9.3
- old
+ new
@@ -1,4 +1,9 @@
+0.9.3 :
+* Minor bug correction for Windows
+* Use Open3.popen3 if installed, else use IO.popen (by Dave Burt)
+* Add '-', '>' and '>>' has aliases of '<<' to create an edge.
+
0.9.2 :
* Escape nodes (by Dave Burt)
* Handle errors from graphviz command (by Dave Burt)
* Output as string (if String class is passed as file i.e. output(:pdf => String)) (by Dave Burt)