CHANGELOG.md in strong_migrations-0.6.8 vs CHANGELOG.md in strong_migrations-0.7.0

- old
+ new

@@ -1,4 +1,14 @@ +## 0.7.0 (2020-07-22) + +- Added `check_down` option +- Added check for `change_column` with `null: false` +- Added check for `validate_foreign_key` +- Improved error messages +- Made auto analyze less verbose in Postgres +- Decreasing the length limit of a `varchar` column or adding a limit is not safe in Postgres +- Removed safety checks for `db` rake tasks (Rails 5+ handles this) + ## 0.6.8 (2020-05-13) - `change_column_null` on a column with a `NOT NULL` constraint is safe in Postgres 12+ ## 0.6.7 (2020-05-13)