CHANGELOG

This commit is contained in:
Billy Chan 2022-12-01 12:52:43 +08:00
parent 2389a4c83e
commit e0974a1cf9
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213
## 0.10.5 - Pending
### Bug Fixes
* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option<T>` as nullable column
## 0.10.4 - 2022-11-24
### Bug Fixes