CHANGELOG.md in strong_migrations-0.6.2 vs CHANGELOG.md in strong_migrations-0.6.3

- old
+ new

@@ -1,4 +1,12 @@ +## 0.6.3 (2020-04-04) + +- Increasing precision of `decimal` or `numeric` column is safe in Postgres 9.2+ +- Making `decimal` or `numeric` column unconstrained is safe in Postgres 9.2+ +- Changing between `timestamp` and `timestamptz` when session time zone is UTC in Postgres 12+ +- Increasing the length of a `varchar` column from under 255 up to 255 in MySQL and MariaDB +- Increasing the length of a `varchar` column over 255 in MySQL and MariaDB + ## 0.6.2 (2020-02-03) - Fixed PostgreSQL version check ## 0.6.1 (2020-01-28)