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 wrappedLayer
(#1619)
Added
Thanks to @bryanburgers for contributing to this release!