From 75f331e64bf47a688bb8842c4a025f353bede611 Mon Sep 17 00:00:00 2001 From: "Graham R. Cobb" Date: Mon, 8 Mar 2021 17:08:36 +0000 Subject: [PATCH] Update changelog with web regex query backslash fix for #3867. Signed-off-by: Graham R. Cobb --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b9020621b..1e21ac37f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -186,6 +186,8 @@ New features: Fixes: +* :bug:`/plugins/web`: Allow use of backslash in regex web queries. + :bug:`3867` * :bug:`/plugins/web`: Fixed a small bug which caused album artpath to be redacted even when ``include_paths`` option is set. :bug:`3866`