CHANGELOG.md in strong_migrations-0.2.3 vs CHANGELOG.md in strong_migrations-0.3.0
- old
+ new
@@ -1,4 +1,11 @@
+## 0.3.0
+
+- Added support for custom checks
+- Adding a column with a non-null default value is safe in Postgres 11+
+- Added checks for `add_belongs_to`, `remove_belongs_to`, `remove_columns`, and `remove_reference`
+- Customized messages
+
## 0.2.3
- Added check for `change_column_null`
- Added support for alphabetize columns with Makara
- Fixed migration reversibility with `auto_analyze`