CHANGELOG.md in acts_as_archival-1.3.0 vs CHANGELOG.md in acts_as_archival-1.4.0

- old
+ new

@@ -1,6 +1,14 @@ # CHANGELOG +## 1.4.0 - July 10, 2019 +* **BREAKING CHANGE** drop support for rails 4.1 +* **BUGFIX** polymorphic associations that are archived/unarchived can be acted on safely if they share the same ID. +* add support officially for rails 5.2 +* sqlite upgrades for various rails +* new methods `#archive_all!` and `#unarchive_all` that can be called off scopes + + ## 1.3.0 - October 21, 2017 * deprecate `#archive` and `#unarchive` in favor of `#archive!` and `#unarchive!` [#36](https://github.com/expectedbehavior/acts_as_archival/pull/36) ## 1.2.0 - March 19, 2017 * **BREAKING CHANGE** the utility instance and class method `is_archival?` is now `archival?`. `is_archival?` is deprecated and will be removed