From 8464f7942616b07f669744db655b41a916f2a5a5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 25 Oct 2024 11:10:05 +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 02e2b695..c974fca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 1.1.1 - pending -### +### Enhancements * [sea-orm-macros] `impl From for ActiveModel` instead of `impl From<::Model> for ActiveModel`. Now the following can compile: