Skip to content

Commit

Permalink
subscriber: prepare to release 0.2.25 (tokio-rs#1622)
Browse files Browse the repository at this point in the history
# 0.2.25 (October 5, 2021)

This release fixes an issue where a `Layer` implementation's custom
`downcast_raw` implementation was lost when wrapping that layer with a
per-layer filter.

### Fixed

- **registry**: Forward `Filtered::downcast_raw` to wrapped `Layer`
  ([tokio-rs#1619])

### Added

- Documentation improvements ([tokio-rs#1596], [tokio-rs#1601])

Thanks to @bryanburgers for contributing to this release!

[tokio-rs#1619]: tokio-rs#1619
[tokio-rs#1601]: tokio-rs#1601
[tokio-rs#1596]: tokio-rs#1596
  • Loading branch information
hawkw authored and kaffarell committed May 22, 2024
1 parent f207efb commit dafdde4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tracing-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.2.25 (October 5, 2021)

This release fixes an issue where a `Layer` implementation's custom
`downcast_raw` implementation was lost when wrapping that layer with a per-layer
filter.

### Fixed

- **registry**: Forward `Filtered::downcast_raw` to wrapped `Layer` ([#1619])

### Added

- Documentation improvements ([#1596], [#1601])

Thanks to @bryanburgers for contributing to this release!

[#1619]: https://github.com/tokio-rs/tracing/pull/1619
[#1601]: https://github.com/tokio-rs/tracing/pull/1601
[#1596]: https://github.com/tokio-rs/tracing/pull/1596

# 0.2.24 (September 19, 2021)

This release contains a number of bug fixes, including a fix for
Expand Down

0 comments on commit dafdde4

Please sign in to comment.