From 445617b1c1ebe2fe5856498eecfce5387fec3f49 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 3 Nov 2022 20:54:09 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb65df3f..e9034295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.10.1 - 2022-10-27 -> This is a release candidate. We are still updating the documentation and examples, as well as fixing critical bugs if there are any (in that case the current version might be yanked). Please check it out and provide feedback to us! - ### Enhancements * [sea-orm-cli] Escape module name defined with Rust keywords https://github.com/SeaQL/sea-orm/pull/1052