Skip to content

Commit 603395c

Browse files
committed
chore: changelog entry
Signed-off-by: katelyn martin <[email protected]>
1 parent 4e1d773 commit 603395c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
`EncodeGaugeValue` would not error when encoding some `u64`s that don't fit
1414
in a `i64`. See [PR 281].
1515
- Filter out empty metric families, to match the go client. See [PR 279].
16+
- `Histogram` now exposes `count()` and `sum()` methods when the `test-util`
17+
feature is enabled. See [PR 242].
1618

1719
[PR 279]: https://github.com/prometheus/client_rust/pull/279
1820
[PR 281]: https://github.com/prometheus/client_rust/pull/281
21+
[PR 242]: https://github.com/prometheus/client_rust/pull/242
1922

2023
## [0.24.0]
2124

0 commit comments

Comments
 (0)