Changelog

This commit is contained in:
Chris Tsang 2022-03-22 23:23:03 +08:00
parent 31ae1b5915
commit ec70ed1052

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Add Send bound to `QueryStream` and `TransactionStream` https://github.com/SeaQL/sea-orm/pull/471
* Added `delete_by_id` https://github.com/SeaQL/sea-orm/pull/590
* Implement `PaginatorTrait` for `SelectorRaw` https://github.com/SeaQL/sea-orm/pull/617
* Add `Send` to `StreamTrait` https://github.com/SeaQL/sea-orm/pull/622
### Breaking changes