tokio: update dates in CHANGELOG.md to 2021 (#3469)

This commit is contained in:
Ontonator 2021-01-25 21:04:58 +10:00 committed by GitHub
parent 35b1a4d0b3
commit f13a9dd87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# 1.1.0 (January 22, 2020)
# 1.1.0 (January 22, 2021)
### Added
@ -48,7 +48,7 @@
[#3457]: https://github.com/tokio-rs/tokio/pull/3457
[#3458]: https://github.com/tokio-rs/tokio/pull/3458
# 1.0.2 (January 14, 2020)
# 1.0.2 (January 14, 2021)
### Fixed
- io: soundness in `read_to_end` ([#3428]).