Changelog

This commit is contained in:
Chris Tsang 2023-07-08 00:16:52 +08:00
parent 2640565082
commit 7c57020cf5

View File

@ -589,6 +589,7 @@ impl ColumnTrait for Column {
* Cleanup panic and unwrap https://github.com/SeaQL/sea-orm/pull/1231 * 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 * 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 * Upgrade `syn` to v2 https://github.com/SeaQL/sea-orm/pull/1713
* Upgrade `ouroboros` to `0.17` https://github.com/SeaQL/sea-orm/pull/1724
### Bug Fixes ### Bug Fixes