Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: prepare to release 0.2.25 #1622

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Commits on Oct 5, 2021

  1. subscriber: prepare to release 0.2.25

    # 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]: #1619
    [#1601]: #1601
    [#1596]: #1596
    hawkw committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    75edbaf View commit details
    Browse the repository at this point in the history