Changelog

This commit is contained in:
Chris Tsang 2023-06-26 20:30:30 +08:00
parent 64342b105c
commit 4905dc5fde

View File

@ -577,6 +577,7 @@ impl ColumnTrait for Column {
* Disabled default features and enabled only the needed ones https://github.com/SeaQL/sea-orm/pull/1300
* Cleanup panic and unwrap https://github.com/SeaQL/sea-orm/pull/1231
* Cleanup the use of `vec!` macro https://github.com/SeaQL/sea-orm/pull/1367
* Upgrade `syn` to v2 https://github.com/SeaQL/sea-orm/pull/1713
### Bug Fixes