From 8cd03f7e0e33c2de684cbb9f2e347c4eb5920de8 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 25 Oct 2024 11:12:17 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c974fca9..c37fa293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Enhancements -* [sea-orm-macros] `impl From for ActiveModel` instead of `impl From<::Model> for ActiveModel`. +* [sea-orm-macros] `impl From for ActiveModel` instead of `impl From<::Model> for ActiveModel` https://github.com/SeaQL/sea-orm/pull/2349. Now the following can compile: ```rust use sea_orm::{tests_cfg::cake, Set};