diff --git a/CHANGELOG.md b/CHANGELOG.md index f7603f32..4e138ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,13 @@ assert_eq!(migration.status(), MigrationStatus::Pending); * Supports for partial select of `Option` model field. A `None` value will be filled when the select result does not contain the `Option` field without throwing an error. https://github.com/SeaQL/sea-orm/pull/1513 +## 0.11.2 - Pending + +### Enhancements + +* Enable required `syn` features https://github.com/SeaQL/sea-orm/pull/1556 +* Re-export `sea_query::BlobSize` in `sea_orm::entity::prelude` https://github.com/SeaQL/sea-orm/pull/1548 + ## 0.11.1 - 2023-03-10 ### Bug Fixes