From 6ec061b8a50d95591528b1a08e5ce7151075fdab Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 30 Apr 2019 16:57:27 -0400 Subject: [PATCH] Changelog for #3236 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 54f39718c6..035f8015a9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -246,6 +246,11 @@ And there are many other fixes: :bug:`3195` * :doc:`/plugins/lastgenre`: The ``force`` config option now actually works. :bug:`2704` :bug:`3054` +* Resizing image files with ImageMagick now avoids problems on systems where + there is a ``convert`` command that is *not* ImageMagick's by using the + ``magick`` executable when it is available. + Thanks to :user:`ababyduck`. + :bug:`2093` :bug:`3236` For developers: