CHANGELOG

This commit is contained in:
Billy Chan 2023-03-20 18:57:03 +08:00
parent f646aa7a70
commit 162303cd0d
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -53,6 +53,13 @@ assert_eq!(migration.status(), MigrationStatus::Pending);
* Supports for partial select of `Option<T>` model field. A `None` value will be filled when the select result does not contain the `Option<T>` 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