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

tracing: prepare to release 0.1.16 #789

Merged
merged 1 commit into from
Jul 8, 2020
Merged

tracing: prepare to release 0.1.16 #789

merged 1 commit into from
Jul 8, 2020

Commits on Jul 8, 2020

  1. tracing: prepare to release 0.1.11

    Added
    
    - **attributes**: Support for arbitrary expressions as fields in
      `#[instrument]` (#672)
    - **attributes**: `#[instrument]` now emits a compiler warning when
      ignoring unrecognized input (#672, #786)
    - Improved documentation on using `tracing` in async code (#769)
    
    Changed
    
    - Updated `tracing-core` dependency to 0.1.11
    
    Fixed
    
    - **macros**: Excessive monomorphization in macros, which could lead to
      longer compilation times (#787)
    - **log**: Compiler warnings in macros when `log` or `log-always` features
      are enabled (#753)
    - Compiler error when `tracing-core/std` feature is enabled but
      `tracing/std` is not (#760)
    
    Thanks to @nagisa for contributing to this release!
    hawkw committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    819ca60 View commit details
    Browse the repository at this point in the history