Skip to content

Commit c8c87c3

Browse files
committed
changelog
1 parent 39344f8 commit c8c87c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- `Family::get_or_create_owned` can access a metric in a labeled family. This
1515
method avoids the risk of runtime deadlocks at the expense of creating an
1616
owned type. See [PR 244].
17+
18+
- `impl<T: Collector> Collector for std::sync::Arc<T>`.
19+
See [PR 273].
1720

1821
[PR 244]: https://github.com/prometheus/client_rust/pull/244
1922
[PR 257]: https://github.com/prometheus/client_rust/pull/257
23+
[PR 273]: https://github.com/prometheus/client_rust/pull/273
2024

2125
### Changed
2226

0 commit comments

Comments
 (0)