From c108447bb4136701145040d6bd539a33ce655df1 Mon Sep 17 00:00:00 2001 From: Tom Jaspers Date: Mon, 4 May 2015 08:30:38 +0200 Subject: [PATCH] Changelog for #1448 (PIL import fix) --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f167f296c..62189fa37 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,9 @@ Fixes: * :doc:`/plugins/mpdstats`: Avoid a crash when the music played is not in the beets library. Thanks to :user:`CodyReichert`. :bug:`1443` +* Fix a crash with ArtResizer on Windows systems (affecting + :doc:`/plugins/embedart`, :doc:`/plugins/fetchart`, + and :doc:`/plugins/thumbnails`). :bug:`1448` 1.3.13 (April 24, 2015)