Skip to content

Commit 9f5b1fd

Browse files
committed
docs(CHANGELOG): add missing changelog entry for PR prometheus#265
Signed-off-by: ADD-SP <[email protected]>
1 parent 92d9f64 commit 9f5b1fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Fixed
2828

29+
- Fixed an issue where the derive marcos `EncodeLabelSet` and `EncodeLabelValue` didn't work
30+
when the `struct` has generic parameters (like `'a`).
31+
See [PR 265].
32+
2933
- Fixed an issue where the derive macro `EncodeLabelSet` didn't work
3034
when the `struct` has generic parameters (like `'a`).
3135
See [PR 267].
3236

37+
[PR 265]: https://github.com/prometheus/client_rust/pull/265
3338
[PR 267]: https://github.com/prometheus/client_rust/pull/266
3439

3540
## [0.23.1]

0 commit comments

Comments
 (0)