Skip to content

Commit a63cc15

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ 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].
2932
- Fixed an issue where the derive macro `EncodeLabelSet` didn't work
3033
when the `struct` has generic parameters (like `'a`).
3134
See [PR 267].
3235

36+
[PR 265]: https://github.com/prometheus/client_rust/pull/265
3337
[PR 267]: https://github.com/prometheus/client_rust/pull/266
3438

3539
## [0.23.1]

0 commit comments

Comments
 (0)