From aff13c5925d349ddeb6c4dba79ac3086b31dc2d6 Mon Sep 17 00:00:00 2001 From: mox692 Date: Tue, 22 Oct 2024 17:57:51 +0900 Subject: [PATCH] reflect #6924 --- tokio/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 2341e43a2be..0fdab93f50a 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -11,6 +11,7 @@ ### Added (unstable) - metrics: add H2 Histogram option to improve histogram granularity ([#6897]) +- metrics: rename some histogram apis ([#6924]) - runtime: add `LocalRuntime` ([#6808]) ### Changed @@ -57,6 +58,7 @@ [#6891]: https://github.com/tokio-rs/tokio/pull/6891 [#6897]: https://github.com/tokio-rs/tokio/pull/6897 [#6918]: https://github.com/tokio-rs/tokio/pull/6918 +[#6924]: https://github.com/tokio-rs/tokio/pull/6924 # 1.40.0 (August 30th, 2024)