Update CHANGELOG.md
This commit is contained in:
parent
234d35902c
commit
4584099021
14
CHANGELOG.md
14
CHANGELOG.md
@ -30,6 +30,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
||||
* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085
|
||||
|
||||
## 0.9.3 - 2022-09-30
|
||||
|
||||
### Enhancements
|
||||
|
||||
* `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973
|
||||
* Generate migration in modules https://github.com/SeaQL/sea-orm/pull/933
|
||||
* Generate `DeriveRelation` on empty `Relation` enum https://github.com/SeaQL/sea-orm/pull/1019
|
||||
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Implement `IntoActiveValue` for `time` types https://github.com/SeaQL/sea-orm/pull/1041
|
||||
* Fixed module import for `FromJsonQueryResult` derive macro https://github.com/SeaQL/sea-orm/pull/1081
|
||||
|
||||
## 0.9.2 - 2022-08-20
|
||||
|
||||
### Enhancements
|
||||
|
Loading…
x
Reference in New Issue
Block a user