summaryrefslogtreecommitdiffstats
path: root/tokio-test/CHANGELOG.md
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2020-04-17 15:37:59 -0400
committerGitHub <noreply@github.com>2020-04-17 15:37:59 -0400
commit19a87e090ed528001e0363a30f6165304a710d49 (patch)
tree6ea451ae5aedaf0bb7a6b9e90d477e5bdcb1b4af /tokio-test/CHANGELOG.md
parent6f00d7158bd03961e0bbab464b8b6e218bfe3833 (diff)
test: Add `Future` and `Stream` impl for `Spawn`. (#2412)
Diffstat (limited to 'tokio-test/CHANGELOG.md')
-rw-r--r--tokio-test/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tokio-test/CHANGELOG.md b/tokio-test/CHANGELOG.md
index e5a0093d..50371c44 100644
--- a/tokio-test/CHANGELOG.md
+++ b/tokio-test/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.1 (April 17, 2020)
+
+- Add `Future` and `Stream` implementations for `task::Spawn<T>`.
+
# 0.2.0 (November 25, 2019)
- Initial release