From b5ed34463cfbfd6d18e87e16ffe789bb7753d0c6 Mon Sep 17 00:00:00 2001 From: mox692 Date: Sat, 19 Oct 2024 04:17:35 +0900 Subject: [PATCH] reflect #6918 --- tokio/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 2ab3cef42ff..756c2518e08 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -2,7 +2,7 @@ ### Added -- metrics: stabilize `injection_queue_depth` ([#6854]) +- metrics: stabilize `global_queue_depth` ([#6854], [#6918]) - net: add conversions for unix `SocketAddr` ([#6868]) - sync: add `watch::Sender::sender_count` ([#6836]) - sync: add `mpsc::Receiver::blocking_recv_many` ([#6867]) @@ -54,6 +54,7 @@ [#6881]: https://github.com/tokio-rs/tokio/pull/6881 [#6890]: https://github.com/tokio-rs/tokio/pull/6890 [#6891]: https://github.com/tokio-rs/tokio/pull/6891 +[#6918]: https://github.com/tokio-rs/tokio/pull/6918 # 1.40.0 (August 30th, 2024)