Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-11-15 13:22:41 +08:00 committed by GitHub
parent 73e56e5531
commit 588ec92fdb
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/).
* Fix DeriveActiveEnum expand enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1219
### Enhancements
* Filter rows with `IS IN` enum values expression https://github.com/SeaQL/sea-orm/pull/1183
## 0.10.3 - 2022-11-14
### Bug Fixes