Skip to content

Commit

Permalink
address style/consistency nits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Oct 13, 2023
1 parent 530eb52 commit c350aa1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

### Added

- Allow constant field names in macros [#2617]
- Allow setting event names in macros [#2699]
- Allow `ValueSet`s of any length [#2508]
- Allow constant field names in macros ([#2617])
- Allow setting event names in macros ([#2699])
- Allow `ValueSet`s of any length ([#2508])

### Fixed

- Use fully qualified names in macros for items exported from std prelude [#2621]
- Use fully qualified names in macros for items exported from std prelude ([#2621])

### Documented

- Add `axum-insights` to relevant crates. [#2713]
- Fix link to RAI pattern crate documentation [#2612]
- Fix docs typos and warnings [#2581]
- Add `clippy-tracing` to related crates [#2628]
- Add `tracing-cloudwatch` to related crates [#2667]
- Fix deadlink to `tracing-etw` repo [#2602]
- Add `axum-insights` to relevant crates. ([#2713])
- Fix link to RAI pattern crate documentation ([#2612])
- Fix docs typos and warnings ([#2581])
- Add `clippy-tracing` to related crates ([#2628])
- Add `tracing-cloudwatch` to related crates ([#2667])
- Fix deadlink to `tracing-etw` repo ([#2602])

[#2617]: https://github.com/tokio-rs/tracing/pull/2617
[#2699]: https://github.com/tokio-rs/tracing/pull/2699
Expand Down

0 comments on commit c350aa1

Please sign in to comment.