From 04192c364ae21140de9cca5561ca350b5cc06e1b Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 6 Sep 2024 12:27:11 +0200 Subject: [PATCH] Add changelog entry Signed-off-by: Max Inden --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de9b95..66eb579d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [PR 216]: https://github.com/prometheus/client_rust/pull/216 [PR 217]: https://github.com/prometheus/client_rust/pull/217 +### Fixed + +- Don't prepend `,` when encoding empty family label set. + See [PR 175]. + +[PR 175]: https://github.com/prometheus/client_rust/pull/175 + ## [0.22.3] ### Added