diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d751b52..73665768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +### Bug Fixes + +* Fixes `DeriveColumn` (by qualifying `IdenStatic::as_str`) https://github.com/SeaQL/sea-orm/pull/1280 + ## 0.10.5 - 2022-12-02 ### New Features