Skip to content

Commit

Permalink
changelog: Clarify implications of env-filter not being the default (
Browse files Browse the repository at this point in the history
…#1700)

Resolves #1697 by documenting this change in the CHANGELOG.md.
  • Loading branch information
davidbarsky committed Nov 3, 2021
1 parent 3c43e6b commit a39261f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracing-subscriber/CHANGELOG.md
Expand Up @@ -32,7 +32,8 @@ deprecated APIs, and more.
- Replaced the [`chrono` crate] with the [`time` crate] for timestamp formatting, to
resolve [RUSTSEC-2020-0159] ([#1646])
- Removed `json` and `env-filter` from default features. They must now be
enabled explictly ([#1647])
enabled explictly ([#1647]). This means that `RUST_LOG`-based filters _will not_
work unless the `env-filter` feature is enabled.
- Changed `FormatEvent::format_event` and `FormatFields::format_fields`
trait methods to take a `Writer` type, rather than a `&mut dyn fmt::Write`
trait object ([#1661])
Expand Down

0 comments on commit a39261f

Please sign in to comment.