From e4cf1e963f3ea02f4a6d5344d35b3d633a7fc257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 29 Apr 2024 08:13:50 -0700 Subject: [PATCH] Add CHANGELOG entry for #48 Add a CHANGELOG entry for #48, which enabled the tracing-subscriber's tracing-log feature to unify log output if both the 'log' and 'trace' feature are enabled. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5bffb..afa5e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Unreleased +---------- +- Use `tracing-subscriber`'s `tracing-log` feature to unify log output + if both `log` and `trace` features are enabled + + 0.2.15 ------ - Formalized MSRV policy