CHANGES.rdoc in rails-erd-0.4.3 vs CHANGES.rdoc in rails-erd-0.4.4
- old
+ new
@@ -1,4 +1,15 @@
+=== 0.4.4:
+
+* Added the ability to disable HTML markup in node labels (markup=false). This
+ causes .dot files to be compatible with OmniGraffle, which otherwise fails
+ to import graphs with HTML node labels (issue reported by Lucas Florio,
+ implementation based on template by Troy Anderson).
+* Prevent models named after Graphviz reserved words (Node, Edge) from causing
+ errors in .dot files (reported by gguthrie).
+* Improved error messages when Graphviz is throwing errors (reported by
+ Michael Irwin).
+
=== 0.4.3:
* Display the scale of decimal attributes when set. A decimal attribute with
precision 5 and scale 2 is now indicated with (5,2).
* Fixed deprecation warnings for edge Rails (upcoming 3.1).