From aecdeafeee0e337db7a2e6103a13622b2bbfc1c7 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 28 Sep 2022 00:15:19 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eccdba9..b679b55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `migrate fresh` command will drop all PostgreSQL types https://github.com/SeaQL/sea-orm/pull/864, https://github.com/SeaQL/sea-orm/pull/991 * Generate entity derive `Eq` if possible https://github.com/SeaQL/sea-orm/pull/988 +### House keeping + +* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050 ## 0.9.2 - 2022-08-20