From f13a9dd87a9026cf009c740ccfc341d479286e2f Mon Sep 17 00:00:00 2001 From: Ontonator Date: Mon, 25 Jan 2021 21:04:58 +1000 Subject: [PATCH] tokio: update dates in CHANGELOG.md to 2021 (#3469) --- tokio/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 499bdd024..e5da3bd85 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -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]).