CHANGELOG.md in strong_migrations-1.3.2 vs CHANGELOG.md in strong_migrations-1.4.0

- old
+ new

@@ -1,4 +1,11 @@ +## 1.4.0 (2022-10-31) + +- Added check for `add_exclusion_constraint` +- Added support for `RACK_ENV` +- Fixed error when `Rails` defined without `Rails.env` +- Fixed error with `change_column_null` when table does not exist + ## 1.3.2 (2022-10-09) - Improved error message for `add_column` with `default: nil` with Postgres 10 ## 1.3.1 (2022-09-21)