Changelog

This commit is contained in:
Chris Tsang 2022-03-06 23:02:22 +08:00
parent db1e345f74
commit 7b005f69b4

View File

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463
### Breaking changes
* Exclude `mock` from default features https://github.com/SeaQL/sea-orm/pull/562
## 0.6.0 - 2022-02-07
### New Features