From 640c9613c0c14244ad9ee29f3e0180e7dfd3979c Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:01:04 -0400 Subject: [PATCH] add changelog for bug fix --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 72186603d..c51d15673 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -295,6 +295,9 @@ Bug fixes: * Fix bug where all media types are reported as the first media type when importing with MusicBrainz as the data source :bug:`4947` +* Fix bug where unimported plugin would not ignore children directories of + ignored directories. + :bug:`5130` For plugin developers: