summaryrefslogtreecommitdiffstats
path: root/tokio-util
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-15 09:22:07 -0700
committerGitHub <noreply@github.com>2020-10-15 09:22:07 -0700
commit12f1dffa2d76577ed6a6ed2c15de75d91992f66f (patch)
treec20c316d56b29b8654208e0ac15499c6df3a2e58 /tokio-util
parent871289b3e7edee4a4fbe481f38e444dc6b60819a (diff)
chore: prepare for v0.3.0 release (#2960)
Diffstat (limited to 'tokio-util')
-rw-r--r--tokio-util/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md
index eaafe263..e9aa0bac 100644
--- a/tokio-util/CHANGELOG.md
+++ b/tokio-util/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.4.0 (October 15, 2020)
+
+### Added
+- sync: `CancellationToken` for coordinating task cancellation (#2747).
+- rt: `TokioContext` sets the Tokio runtime for the duration of a future (#2791)
+- io: `StreamReader`/`ReaderStream` map between `AsyncRead` values and `Stream`
+ of bytes (#2788).
+- time: `DelayQueue` to manage many delays (#2897).
+
# 0.3.1 (March 18, 2020)
### Fixed