From a7ee21e8ff72564bfa51562b94446ba5dc166239 Mon Sep 17 00:00:00 2001 From: Chris Constantine Date: Wed, 20 Sep 2023 10:03:20 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alice Ryhl --- tokio-util/CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index 5f2071af42f..0b690bc9fed 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -2,10 +2,10 @@ ### Added -- io: Add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739]) -- task: Add spawn blocking methods to joinmap ([#5797]) -- io: Enrich `StreamReader` and `SinkWriter` ([#5941]) -- io: SyncIoBridge: Add `into_inner` ([#5971]) +- io: add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739]) +- task: add spawn blocking methods to `JoinMap` ([#5797]) +- io: enrich `StreamReader` and `SinkWriter` ([#5941]) +- io: add `SyncIoBridge::into_inner` ([#5971]) ### Changed @@ -13,9 +13,9 @@ ### Fixed -- sync: Fix #5808: Handle possible dangling reference safely ([#5812]) -- util: Fix broken intra-doc link ([#5849]) -- compat: Fix clippy warnings ([#5891]) +- sync: handle possibly dangling reference safely ([#5812]) +- util: fix broken intra-doc link ([#5849]) +- compat: fix clippy warnings ([#5891]) ### Documented