This commit is contained in:
Billy Chan 2022-09-25 10:20:40 +08:00
parent 6ba8e1b9f1
commit 597f515c07
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

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