Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-09-05 00:41:51 +08:00 committed by GitHub
parent a80c33ef4c
commit e919831e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * 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 ## 0.9.2 - 2022-08-20
### Enhancements ### Enhancements