We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cc6e3 commit aff13c5Copy full SHA for aff13c5
tokio/CHANGELOG.md
@@ -11,6 +11,7 @@
11
### Added (unstable)
12
13
- metrics: add H2 Histogram option to improve histogram granularity ([#6897])
14
+- metrics: rename some histogram apis ([#6924])
15
- runtime: add `LocalRuntime` ([#6808])
16
17
### Changed
@@ -57,6 +58,7 @@
57
58
[#6891]: https://github.com/tokio-rs/tokio/pull/6891
59
[#6897]: https://github.com/tokio-rs/tokio/pull/6897
60
[#6918]: https://github.com/tokio-rs/tokio/pull/6918
61
+[#6924]: https://github.com/tokio-rs/tokio/pull/6924
62
63
# 1.40.0 (August 30th, 2024)
64
0 commit comments