CHANGELOG

This commit is contained in:
Billy Chan 2022-12-01 13:24:41 +08:00
parent 3de0078a31
commit f45f487105
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -28,7 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Enhancements
* [sea-orm-cli] Generate `Related` implementation for many-to-many relation with extra columns https://github.com/SeaQL/sea-orm/pull/1260
* [sea-orm-cli] Generate `Related` implementation for many-to-many relation with extra columns https://github.com/SeaQL/sea-orm/pull/1260
* Optimize the default implementation of `TryGetableFromJson::try_get_from_json()` - deserializing into `Self` directly without the need of a intermediate `serde_json::Value` https://github.com/SeaQL/sea-orm/pull/1249
## 0.10.4 - 2022-11-24