Changelog

This commit is contained in:
Chris Tsang 2024-03-10 23:39:00 +00:00 committed by GitHub
parent a0a7e74ae9
commit 572311d0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,8 @@ 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
### Enhancements