Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2023-01-28 21:42:11 +08:00 committed by GitHub
parent 5ccae4e6d0
commit 881a238660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Changed all version = "^x.y.z" into version = "x.y.z" and disabled default features and enable only the needed ones https://github.com/SeaQL/sea-orm/pull/1300
* Cleanup the use of `vec!` macros https://github.com/SeaQL/sea-orm/pull/1367
* Fixed a small typo https://github.com/SeaQL/sea-orm/pull/1391
* `axum` example should use tokio runtime https://github.com/SeaQL/sea-orm/pull/1428
* Fixed all clippy warnings as of `1.67.0` https://github.com/SeaQL/sea-orm/pull/1426
### Bug Fixes