Graphviz Changelog
==================

Version 0.3.1
-------------

Fixed view() failing on paths with forward slashes on Windows.


Version 0.3
-----------

Added Python 3.3+ support.
Made attributes order stable (sorting plain dicts).
Fixed edgeop in undirected graphs.


Version 0.2.2
-------------

Support pdf opening on Linux.

Fixed rendering filenames w/spaces.


Version 0.2.1
-------------

Fixed rendering on Mac OS X.


Version 0.2
-----------

Added format selection, use PDF as default.
Added engines selection, use dot as default.
Added source encoding, use UTF-8 as default.

Changed constructor arguments order, removed compile and save method,
reimplemented compilation in render method, make interface more similar to
gv.3python (backwards incompatible change).

Double-quote-sign escaping, attribute list quoting.

mkdirs now correctly supports current directory filenames.


Version 0.1.1
-------------

Removed automatic '-' to '&minus;' replacement from labels.

Fixed documentation typos.


Version 0.1
-----------

First public release.
