Skip to content

Commit

Permalink
typo fix in CHANGELOG.md (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenuous-guidance authored May 29, 2024
1 parent 787b170 commit 4c002c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump MSRV to 1.70.0.
- `Counter`, `Gauge`, and `Histogram` are now marked with `#[mark_use]`.
- `Counter`, `Gauge`, and `Histogram` are now marked with `#[must_use]`.
([#475](https://github.com/metrics-rs/metrics/pull/475))
- Updated crate-level documentation around how histograms work.
([#477](https://github.com/metrics-rs/metrics/pull/477))
Expand Down

0 comments on commit 4c002c4

Please sign in to comment.