summaryrefslogtreecommitdiffstats
path: root/tokio/CHANGELOG.md
diff options
context:
space:
mode:
authorEliza Weisman <eliza@buoyant.io>2020-04-03 17:00:42 -0700
committerGitHub <noreply@github.com>2020-04-03 17:00:42 -0700
commitd883ac0fa0c65fdc25bedf5566cb76c236fae3f7 (patch)
tree3fe4916804c75543c42f09746f056868402a68b5 /tokio/CHANGELOG.md
parent1121a8eb23f6f0edd9f41cdc08331d40e18105ee (diff)
chore: prepare tokio 0.2.16 release
# 0.2.16 (April 3, 2020) ### Fixes - sync: fix a regression where `Mutex`, `Semaphore`, and `RwLock` futures no longer implement `Sync` (#2375) - fs: fix `fs::copy` not copying file permissions (#2354) ### Added - time: added `deadline` method to `delay_queue::Expired` (#2300) - io: added `StreamReader` (#2052) Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Diffstat (limited to 'tokio/CHANGELOG.md')
-rw-r--r--tokio/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md
index 68e2af65..f91a5a8c 100644
--- a/tokio/CHANGELOG.md
+++ b/tokio/CHANGELOG.md
@@ -4,7 +4,12 @@
- sync: fix a regression where `Mutex`, `Semaphore`, and `RwLock` futures no
longer implement `Sync` (#2375)
+- fs: fix `fs::copy` not copying file permissions (#2354)
+### Added
+
+- time: added `deadline` method to `delay_queue::Expired` (#2300)
+- io: added `StreamReader` (#2052)
# 0.2.15 (April 2, 2020)