Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-12-06 12:04:18 +08:00 committed by GitHub
parent fa94521c25
commit 86781e1899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213 * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213
### Bug Fixes
* Fixes `DeriveColumn` (by qualifying `IdenStatic::as_str`) https://github.com/SeaQL/sea-orm/pull/1280
## 0.10.5 - 2022-12-02 ## 0.10.5 - 2022-12-02
### New Features ### New Features