CHANGELOG.md in strong_migrations-0.5.1 vs CHANGELOG.md in strong_migrations-0.6.0

- old
+ new

@@ -1,4 +1,13 @@ +## 0.6.0 (2020-01-24) + +- Added `statement_timeout` and `lock_timeout` +- Adding a column with a non-null default value is safe in MySQL 8.0.12+ and MariaDB 10.3.2+ +- Added `change_column_null` check for MySQL and MariaDB +- Added `auto_analyze` for MySQL and MariaDB +- Added `target_mysql_version` and `target_mariadb_version` +- Switched to `up` for backfilling + ## 0.5.1 (2019-12-17) - Fixed migration name in error messages ## 0.5.0 (2019-12-05)