Update CHANGELOG.md
This commit is contained in:
parent
8464f79426
commit
8cd03f7e0e
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Enhancements
|
### 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:
|
Now the following can compile:
|
||||||
```rust
|
```rust
|
||||||
use sea_orm::{tests_cfg::cake, Set};
|
use sea_orm::{tests_cfg::cake, Set};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user