From ec70ed1052b6902ff85dd7c76191702bf30a3e01 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 22 Mar 2022 23:23:03 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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