From 1385b749cbf6425c62bf2c7cf060d655f1a649dc Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 20 Jul 2022 16:51:13 +0800 Subject: [PATCH] 0.9.1 CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae71f0ca..17dd6088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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