diff --git a/CHANGELOG.md b/CHANGELOG.md index dda66733..23c860b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Codegen Unsigned Integer - 2 https://github.com/SeaQL/sea-orm/pull/397 * Supports `time` crate https://github.com/SeaQL/sea-orm/pull/602 * Allow for creation of indexes for PostgeSQL and SQLite https://github.com/SeaQL/sea-orm/pull/593 +* Add Send bound to `QueryStream` and `TransactionStream` https://github.com/SeaQL/sea-orm/pull/471 ### Breaking changes