From 3c796e4159601d93df53000806f95bb42f9275a7 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Tue, 11 Aug 2020 21:08:43 +0100
Subject: [PATCH] Update changelog.d/8051.misc

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
---
 changelog.d/8051.misc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/8051.misc b/changelog.d/8051.misc
index 7657b503c..9e472cd48 100644
--- a/changelog.d/8051.misc
+++ b/changelog.d/8051.misc
@@ -1 +1 @@
-Remove the need to set `filters` in the logging config. This change is backwards compatible, as setting the filters explicitly still works.
+It is no longer necessary to explicitly define `filters` in the logging configuration. (Continuing to do so is redundant but harmless.)