CHANGES.rdoc in rails-erd-0.1.1 vs CHANGES.rdoc in rails-erd-0.2.0

- old
+ new

@@ -1,4 +1,14 @@ +=== 0.2.0 + +* Added simple way to create your own type of diagrams with a tiny amount of + code. +* Improved internal API and documentation. +* Subtle changes in diagram style. +* Fixed error where non-mutual relationships might be inadvertently classified + as indirect relationships. +* Fixed error where diagrams with a vertical layout might fail to be generated. + === 0.1.1 * Fixed small errors in Ruby 1.8.7. * Abort generation of diagrams when there are no models.