Skip to content

tracing 0.1.36

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 21:19
· 558 commits to master since this release
5a141ea

This release adds support for owned values and fat pointers as arguments to the
Span::record method, as well as updating the minimum tracing-core version
and several documentation improvements.

Fixed

  • Incorrect docs in dispatcher::set_default (#2220)
  • Compilation with -Z minimal-versions (#2246)

Added

  • Support for owned values and fat pointers in Span::record (#2212)
  • Documentation improvements (#2208, #2163)

Changed

  • tracing-core: updated to 0.1.29

Thanks to @fredr, @cgbur, @jyn514, @matklad, and @CAD97 for contributing to this
release!