CHANGELOG.md in strong_migrations-0.3.1 vs CHANGELOG.md in strong_migrations-0.4.0
- old
+ new
@@ -1,4 +1,10 @@
+## 0.4.0
+
+- Added check for `add_foreign_key`
+- Fixed instructions for adding default value with NOT NULL constraint
+- Removed support for Rails 4.2
+
## 0.3.1
- Fixed error with `remove_column` and `type` argument
- Improved message customization