From ada2f80de618f31bad0f6bae754eae748c4f7694 Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:05:46 -0400 Subject: [PATCH] add changelog entry for bug-fix --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 72186603d..d5ca4f861 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -295,6 +295,8 @@ 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 cover art resizing logic to support multiple steps of resizing + :bug:`5151` For plugin developers: