diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da0ba59..a09d389f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Replaced `usize` with `u64` in `PaginatorTrait` https://github.com/SeaQL/sea-orm/pull/789 +### Enhancements + +* `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973 + ## 0.9.2 - 2022-08-20 ### Enhancements