From a26dfc8ef7f55150cebd644b375062461dd61323 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sat, 8 Apr 2023 22:03:48 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ff275e..51c8c963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,12 @@ pub enum StringValueVariant { * Re-exported `sea_orm_macros::EnumIter` instead of `strum::EnumIter` on the root of `sea-orm` * The Variant Enum generated by `DeriveActiveEnum` will properly escape non-UAX#31 compliant characters +## 0.11.3 - Pending + +### Enhancements + +* Re-export `sea_orm::ConnectionTrait` in `sea_orm_migration::prelude` https://github.com/SeaQL/sea-orm/pull/1577 + ## 0.11.2 - 2023-03-25 ### Enhancements