From 597f515c07d97a4074b00e5297063d2b3bd1a190 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sun, 25 Sep 2022 10:20:40 +0800 Subject: [PATCH] CHANGELOG (#1019) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d92c95..25391648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973 * Generate migration in modules https://github.com/SeaQL/sea-orm/pull/933 * Added `acquire_timeout` on `ConnectOptions` https://github.com/SeaQL/sea-orm/pull/897 +* Generate `DeriveRelation` on empty `Relation` enum https://github.com/SeaQL/sea-orm/pull/1019 ## 0.9.2 - 2022-08-20