mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
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>
This commit is contained in:
parent
1121a8eb23
commit
d883ac0fa0
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user