0.9.1 CHANGELOG

This commit is contained in:
Billy Chan 2022-07-20 16:51:13 +08:00
parent fe772a7f81
commit 1385b749cb
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.1 - Pending ## 0.9.1 - Pending
* [sea-orm-cli] Codegen support for `VarBinary` column type ### Enhancements
* [sea-orm-cli] Codegen support for `VarBinary` column type https://github.com/SeaQL/sea-orm/pull/746
* [sea-orm-cli] Generate entity for SYSTEM VERSIONED tables on MariaDB https://github.com/SeaQL/sea-orm/pull/876
### Bug Fixes
* The `on_conflict` field in `RelationDef` and `RelationBuilder` should be marked as `Send` and `Sync` https://github.com/SeaQL/sea-orm/pull/898
## 0.9.0 - 2022-07-17 ## 0.9.0 - 2022-07-17