Skip to content

Commit

Permalink
0.9.1 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 20, 2022
1 parent fe772a7 commit 1385b74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## 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

Expand Down

0 comments on commit 1385b74

Please sign in to comment.