diff --git a/CHANGELOG.md b/CHANGELOG.md index 5690be3a..06b09125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes -* Updated Strum to version 0.26 https://github.com/SeaQL/sea-orm/pull/2088 * Renamed `ConnectOptions::pool_options()` to `ConnectOptions::sqlx_pool_options()` https://github.com/SeaQL/sea-orm/pull/2145 * Made `sqlx_common` private, hiding `sqlx_error_to_xxx_err` https://github.com/SeaQL/sea-orm/pull/2145 @@ -60,6 +59,7 @@ assert_eq!( ### Upgrades * Upgrade `sea-schema` to `0.15.0-rc.3` +* Upgrade `strum` to `0.26` https://github.com/SeaQL/sea-orm/pull/2088 ### House keeping