CHANGELOG

This commit is contained in:
Billy Chan 2023-04-08 22:03:48 +08:00
parent 08659d4f8f
commit a26dfc8ef7
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

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