CHANGELOG.md in strong_migrations-0.2.1 vs CHANGELOG.md in strong_migrations-0.2.2
- old
+ new
@@ -1,4 +1,9 @@
+## 0.2.2
+
+- Friendlier output
+- Better method of hooking into ActiveRecord
+
## 0.2.1
- Recommend `disable_ddl_transaction!` over `commit_db_transaction`
- Suggest `jsonb` over `json` in Postgres 9.4+
- Changing `varchar` to `text` is safe in Postgres 9.1+