Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2024-10-25 11:10:05 +01:00 committed by GitHub
parent 907a1870f5
commit 8464f79426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.1.1 - pending
###
### Enhancements
* [sea-orm-macros] `impl From<Model> for ActiveModel` instead of `impl From<<Entity as sea_orm::EntityTrait>::Model> for ActiveModel`.
Now the following can compile: