From fbdd3ea421e4b6ef054c33a22180b1566f096ce3 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sun, 25 Sep 2022 10:23:16 +0800 Subject: [PATCH] CHANGELOG (#902) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25391648..79ac8a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * 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 +* Support `distinct` & `distinct_on` expression https://github.com/SeaQL/sea-orm/pull/902 ## 0.9.2 - 2022-08-20