CHANGELOG

This commit is contained in:
Billy Chan 2023-06-03 11:43:34 +08:00
parent f6c9d81918
commit 0c7e456251
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -252,6 +252,7 @@ assert_eq!(migration.status(), MigrationStatus::Pending);
* Upgrade `sea-query` to `0.29` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `sea-query-binder` to `0.4` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `sea-schema` to `0.12` https://github.com/SeaQL/sea-orm/pull/1562
* Upgrade `clap` to `4.3` https://github.com/SeaQL/sea-orm/pull/1468
### Bug Fixes