From 8519a23639ecccf71bbe1b5837fef9f96e46558e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 2 Feb 2023 00:07:33 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdab1a65..0da58625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,12 +55,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### House Keeping -* 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 -* `axum` example should use tokio runtime https://github.com/SeaQL/sea-orm/pull/1428 * 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 +* 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 ### Bug Fixes @@ -161,6 +159,12 @@ 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 + ## 0.10.7 - 2023-01-19 ### Bug Fixes