From e919831e72678c8f9ec9119208099689dbb2c2da Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 5 Sep 2022 00:41:51 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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