-----
Released 2007-07-28.
- Added the TikZ output format (``-f tikz``)
- Added the ``lblstyle`` attribute for styling graph, node and edge labels.
(PGF and TikZ only)
- Added the ``--tikzedgelabels`` option for placing edge labels without
using xdot edge label information (tikz and pgf output format only).
- Added a topath edge attribute for using TikZ' to paths (tikz and
pgf only).
- Information about the selected output format is now stored in the graph
generated in preprocessing mode. No longer necessary to specify an
output format in the final run.
- Edges with the same source and dest are now handled correctly in
preprocessing mode. Only the edge defined last was preprocessed.
- Added the ``--nodeoptions`` and ``--edgeoptions`` options and corresponding
``d2tnodeoptions`` and ``d2tedgeoptions`` graph attribute (tikz only).
- Added the ``exstyle`` attribute. Ignored in preprocessing mode. (pgf and
tikz only)