You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.1.21 (October 1, 2021)
This release adds support for recording `Option<T> where T: Value` as
typed `tracing` field values.
### Added
- **field**: `Value` impl for `Option<T> where T: Value` ([#1585])
### Fixed
- Fixed deprecation warnings when building with `default-features`
disabled ([#1603], [#1606])
- Documentation fixes and improvements ([#1595], [#1601])
Thanks to @BrianBurgers, @DCjanus, and @matklad for contributing to this
release!
[#1585]: #1585
[#1595]: #1595
[#1601]: #1601
[#1603]: #1603
[#1606]: #1606
0 commit comments