CHANGELOG (#902)

This commit is contained in:
Billy Chan 2022-09-25 10:23:16 +08:00
parent ba5a83d3a8
commit fbdd3ea421
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -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 * 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 * 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 * 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 ## 0.9.2 - 2022-08-20