CHANGELOG.md in introspective_admin-0.1.0 vs CHANGELOG.md in introspective_admin-0.9.0

- old
+ new

@@ -1,28 +1,37 @@ -0.1.0 8/04/2020 -=============== - -Rails 6+ support. - -0.0.9 3/28/2019 -============== - -Add support for ActiveAdmin 1+; Rails 5; and, correspondingly, require ruby >= 2.3 - -0.0.8 7/12/2016 -============== - -Link to belongs_to relationships in index and show pages. - -0.0.7 6/14/2016 -============== - -Add validation errors to the form. - -0.0.6 6/14/2016 -============== - -### Bug Fixes - -Polymorphic associations were not properly using the "xxx_assigns" attribute name -in the form. - + +0.9.0 3/19/2024 +=============== + +ActiveAdmin 3+, Ruby 3+, and Rails 7+. + +BREAKING CHANGES: + - ActiveAdmin now requires Ransack declarations on registered models and their associations, c.f. the README. + +0.1.0 8/04/2020 +=============== + +Rails 6+ support. + +0.0.9 3/28/2019 +============== + +Add support for ActiveAdmin 1+; Rails 5; and, correspondingly, require ruby >= 2.3 + +0.0.8 7/12/2016 +============== + +Link to belongs_to relationships in index and show pages. + +0.0.7 6/14/2016 +============== + +Add validation errors to the form. + +0.0.6 6/14/2016 +============== + +### Bug Fixes + +Polymorphic associations were not properly using the "xxx_assigns" attribute name +in the form. +