Update CHANGELOG.md

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

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Enhancements
* [sea-orm-macros] `impl From<Model> for ActiveModel` instead of `impl From<<Entity as sea_orm::EntityTrait>::Model> for ActiveModel`.
* [sea-orm-macros] `impl From<Model> for ActiveModel` instead of `impl From<<Entity as sea_orm::EntityTrait>::Model> for ActiveModel` https://github.com/SeaQL/sea-orm/pull/2349.
Now the following can compile:
```rust
use sea_orm::{tests_cfg::cake, Set};