Skip to content

Commit

Permalink
Update with notes for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrizor committed May 14, 2019
1 parent 360fc51 commit 51a942c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
1.6.0
-----
* Dropping support for Ruby < 2.2 and Rails < 4.2 (#323)
* Added early support for Rails 6.0 (#329)
* Documentation updates (#268, #269, #276, #288, #295)
* Removed restriction that allowed to exclude only models from a diagram (#279)
* Added additional margins to cluster (#280)
* Deprecate safe_level of ERB.new in Ruby 2.6 (#297)
* Fixed only_recursion_depth option failure when used from rake erd task (#266, #324)
* Allow extra config files to be listed via cli (#275, #326)
* Fixed long-standing segfault issue by removing identifier from association_identity (#296, #327)
* Fix for bug when parameter to only option is a single model (#300, #328)
* Properly handle custom version classes. (#304, #325)
* Fixed a warning from Ruby RE ambiguous arguments (#315)
* Updated gem dependencies (#311, #313)

1.5.2
-----
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)

1.5.1
-----
Expand Down

0 comments on commit 51a942c

Please sign in to comment.