Skip to content

Commit 8cd03f7

Browse files
authored
Update CHANGELOG.md
1 parent 8464f79 commit 8cd03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Enhancements
1111

12-
* [sea-orm-macros] `impl From<Model> for ActiveModel` instead of `impl From<<Entity as sea_orm::EntityTrait>::Model> for ActiveModel`.
12+
* [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.
1313
Now the following can compile:
1414
```rust
1515
use sea_orm::{tests_cfg::cake, Set};

0 commit comments

Comments
 (0)