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

core: prepare to release 0.1.24 #2042

Merged
merged 1 commit into from
Apr 1, 2022
Merged

core: prepare to release 0.1.24 #2042

merged 1 commit into from
Apr 1, 2022

Commits on Apr 1, 2022

  1. core: prepare to release 0.1.24

    # 0.1.24 (April 1, 2022)
    
    This release fixes a bug where setting `NoSubscriber` as the local
    default would not locally disable the current global default subscriber.
    
    ### Fixed
    
    - Setting `NoSubscriber` as the local default now correctly disables the
      global default subscriber ([#2001])
    - Fixed compilation warnings with the "std" feature disabled ([#2022])
    
    ### Changed
    
    - Removed unnecessary use of `write!` and `format_args!` macros
      ([#1988])
    
    [#1988]: #1988
    [#2001]: #2001
    [#2022]: #2022
    hawkw committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1966494 View commit details
    Browse the repository at this point in the history