Skip to content

Commit dafdde4

Browse files
hawkwkaffarell
authored andcommitted
subscriber: prepare to release 0.2.25 (tokio-rs#1622)
# 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
1 parent f207efb commit dafdde4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.2.25 (October 5, 2021)
2+
3+
This release fixes an issue where a `Layer` implementation's custom
4+
`downcast_raw` implementation was lost when wrapping that layer with a per-layer
5+
filter.
6+
7+
### Fixed
8+
9+
- **registry**: Forward `Filtered::downcast_raw` to wrapped `Layer` ([#1619])
10+
11+
### Added
12+
13+
- Documentation improvements ([#1596], [#1601])
14+
15+
Thanks to @bryanburgers for contributing to this release!
16+
17+
[#1619]: https://github.com/tokio-rs/tracing/pull/1619
18+
[#1601]: https://github.com/tokio-rs/tracing/pull/1601
19+
[#1596]: https://github.com/tokio-rs/tracing/pull/1596
20+
121
# 0.2.24 (September 19, 2021)
222

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

0 commit comments

Comments
 (0)