From e24d1a3344944e5ebe56992fb74e6b81376da45b Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 18 Jan 2023 18:46:47 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5380bfe9..40707864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Removed dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213 * Changed all version = "^x.y.z" into version = "x.y.z" and disabled default features and enable only the needed ones https://github.com/SeaQL/sea-orm/pull/1300 * Cleanup the use of `vec!` macros https://github.com/SeaQL/sea-orm/pull/1367 +* Fixed a small typo https://github.com/SeaQL/sea-orm/pull/1391 ### Bug Fixes