CHANGELOG.md in strong_migrations-1.6.3 vs CHANGELOG.md in strong_migrations-1.6.4

- old
+ new

@@ -1,5 +1,9 @@ +## 1.6.4 (2023-10-17) + +- Fixed false positives with `revert` + ## 1.6.3 (2023-09-20) - Added support for Trilogy ## 1.6.2 (2023-09-13) @@ -239,10 +243,10 @@ - Fixed migration reversibility with `auto_analyze` ## 0.2.2 (2018-02-14) - Friendlier output -- Better method of hooking into ActiveRecord +- Better method of hooking into Active Record ## 0.2.1 (2018-02-07) - Recommend `disable_ddl_transaction!` over `commit_db_transaction` - Suggest `jsonb` over `json` in Postgres 9.4+