Skip to content

Commit 4ba145f

Browse files
committed
changelog
1 parent 61580c0 commit 4ba145f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metrics/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Added a `From` implementation for `KeyName` from `Cow<'static, str>`.
1414
([#378](https://github.com/metrics-rs/metrics/pull/378))
1515

16+
### Removed
17+
18+
- Removed `metrics::set_recorder_racy` as it was intended to be used in `no_std` use cases, but
19+
`metrics` is not currently compatible in `no_std` environments, so keeping `set_recorder_racy`
20+
around was just API baggage.
21+
1622
## [0.21.0] - 2023-04-16
1723

1824
### Added

0 commit comments

Comments
 (0)