Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jul 2, 2023
1 parent 61580c0 commit 4ba145f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a `From` implementation for `KeyName` from `Cow<'static, str>`.
([#378](https://github.com/metrics-rs/metrics/pull/378))

### Removed

- Removed `metrics::set_recorder_racy` as it was intended to be used in `no_std` use cases, but
`metrics` is not currently compatible in `no_std` environments, so keeping `set_recorder_racy`
around was just API baggage.

## [0.21.0] - 2023-04-16

### Added
Expand Down

0 comments on commit 4ba145f

Please sign in to comment.