CHANGELOG

This commit is contained in:
Billy Chan 2022-12-01 13:22:19 +08:00
parent 8e888eda7b
commit cab4b2b037
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option<T>` as nullable column https://github.com/SeaQL/sea-orm/pull/1257 * `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option<T>` as nullable column https://github.com/SeaQL/sea-orm/pull/1257
### Enhancements
* [sea-orm-cli] Generate `Related` implementation for many-to-many relation with extra columns https://github.com/SeaQL/sea-orm/pull/1260
## 0.10.4 - 2022-11-24 ## 0.10.4 - 2022-11-24
### Bug Fixes ### Bug Fixes