diff --git a/CHANGELOG.md b/CHANGELOG.md index 239ee5a1..0e93491b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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