[cli] Changelog

This commit is contained in:
Chris Tsang 2023-11-08 17:09:15 +00:00
parent 5fe81c5867
commit d6835b125e

View File

@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### New Features ### New Features
* Added `#[sea_orm(skip)]` for `FromQueryResult` derive macro * Added `#[sea_orm(skip)]` for `FromQueryResult` derive macro https://github.com/SeaQL/sea-orm/pull/1954
### Bug Fixes
* [sea-orm-cli] Fix duplicated active enum use statements on generated entities https://github.com/SeaQL/sea-orm/pull/1953
## 0.12.5 - skipped ## 0.12.5 - skipped