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:
Eliza Weisman 2020-04-03 17:00:42 -07:00 committed by GitHub
parent 1121a8eb23
commit d883ac0fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)