diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0818f83..98c2f96e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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