CHANGELOG

This commit is contained in:
Billy Chan 2023-04-23 12:31:30 +08:00
parent 41d9a85334
commit 87998fdf49
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -281,6 +281,10 @@ CREATE TABLE users_saved_bills
* Re-export `sea_orm::ConnectionTrait` in `sea_orm_migration::prelude` https://github.com/SeaQL/sea-orm/pull/1577
* Support generic structs in `FromQueryResult` derive macro https://github.com/SeaQL/sea-orm/pull/1464
### Bug Fixes
* [sea-orm-cli] `regex` dependency should have `unicode` feature enabled https://github.com/SeaQL/sea-orm/pull/1605
## 0.11.2 - 2023-03-25
### Enhancements