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