Changelog

This commit is contained in:
Chris Tsang 2022-03-22 23:30:54 +08:00
parent cd3b11a503
commit 89574c2b24

View File

@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Implement `PaginatorTrait` for `SelectorRaw` https://github.com/SeaQL/sea-orm/pull/617
* Add `Send` to `StreamTrait` https://github.com/SeaQL/sea-orm/pull/622
### Bug fixes
* Fix codegen with Enum in expanded format https://github.com/SeaQL/sea-orm/pull/624
### Breaking changes
* Exclude `mock` from default features https://github.com/SeaQL/sea-orm/pull/562