diff --git a/tracing-subscriber/CHANGELOG.md b/tracing-subscriber/CHANGELOG.md index c5bc0707e6..a61576197f 100644 --- a/tracing-subscriber/CHANGELOG.md +++ b/tracing-subscriber/CHANGELOG.md @@ -14,7 +14,7 @@ It also introduces several minor API improvements. ### Changed - **fmt**: make `format::Writer::new()` public ([#2680]) -- **subscriber**: bump version of `tracing-log` to 0.2 ([#2772]) +- **log**: bump version of `tracing-log` to 0.2 ([#2772]) - **filter**: Implement `layer::Filter` for `Option` ([#2407]) [#2690]: https://github.com/tokio-rs/tracing/pull/2690