From 32fc8e236cd48cd935516516aa6d537ad742b78e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 2 Feb 2023 00:10:02 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da58625..b29c8bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,8 +57,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Fixed all clippy warnings as of `1.67.0` https://github.com/SeaQL/sea-orm/pull/1426 * Removed dependency where not needed https://github.com/SeaQL/sea-orm/pull/1213 +* Disabled default features and enabled only the needed ones https://github.com/SeaQL/sea-orm/pull/1300 * Cleanup panic and unwrap https://github.com/SeaQL/sea-orm/pull/1231 -* Cleanup the use of `vec!` macros https://github.com/SeaQL/sea-orm/pull/1367 +* Cleanup the use of `vec!` macro https://github.com/SeaQL/sea-orm/pull/1367 ### Bug Fixes @@ -161,7 +162,6 @@ impl ColumnTrait for Column { ### Miscellaneous -* Disabled default features and enabled only the needed ones https://github.com/SeaQL/sea-orm/pull/1300 * Fixed a small typo https://github.com/SeaQL/sea-orm/pull/1391 * `axum` example should use tokio runtime https://github.com/SeaQL/sea-orm/pull/1428