Skip to content

Commit

Permalink
CHANGELOG: Add entries for PR 85
Browse files Browse the repository at this point in the history
Signed-off-by: David O'Rourke <david.orourke@gmail.com>
  • Loading branch information
phyber committed Sep 11, 2022
1 parent f6c48c3 commit d8c9bce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Added support for the OpenMetrics protobuf format. See [PR 83].
- Added a `remove` method to `Family` to allow the removal of a specified label
set from a family. See [PR 85].
- Added a `clear` method to `Family` to allow the removal of all label sets
from a family. See [PR 85].

### Changed

- Move`Encode` trait from `prometheus_client::encoding::text` to `prometheus_client::encoding`. See [PR 83].

[PR 83]: https://github.com/prometheus/client_rust/pull/83
[PR 85]: https://github.com/prometheus/client_rust/pull/85

## [0.18.0]

Expand Down

0 comments on commit d8c9bce

Please sign in to comment.