From ea5b0b1073f1ea6484a3a3471b3cd8e13f8d83eb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 22 Mar 2022 23:32:21 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b59c846..097e23f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Bug fixes * Fix codegen with Enum in expanded format https://github.com/SeaQL/sea-orm/pull/624 +* Fixing and testing into_json of various field types https://github.com/SeaQL/sea-orm/pull/539 ### Breaking changes