Commit dafdde4
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#15961 parent f207efb commit dafdde4
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
0 commit comments