ChangeLog.rdoc in ruby-graphviz-0.9.7 vs ChangeLog.rdoc in ruby-graphviz-0.9.8

- old
+ new

@@ -1,4 +1,13 @@ +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) +* Add posibility to use external libraries (see sample30.rb) +* Add options -u and -s to ruby2gv +* Add gem2gv + 0.9.7 : * Issue #2: Small bug correction in escape_path_containing_blanks (by Andreas Ronge) * Issue #4: New find_executable (by reactive) * Issue #3: Tempfiles created in current working directory only in Windows * Issue #6: Respect "none" format in output options hash and respect String output-filename when the "none" format is selected. See examples/sample27.rb (by Dave Burt)