Changelog

This commit is contained in:
Chris Tsang 2024-04-03 10:33:15 +01:00
parent fe8fc03769
commit 785a9faecf

View File

@ -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