From f07e6265ee59b5410da2678f46974a57d20edcf3 Mon Sep 17 00:00:00 2001 From: wordofglass Date: Wed, 22 Jun 2016 13:02:15 +0200 Subject: [PATCH] Changelog for the Content-Type based image extension detection --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6f0333582..567927a1d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,10 @@ Fixes: installations. Thanks to :user:`bismark`. :bug:`2038` * Fix a crash introduced in the previous version when the standard input was connected to a Unix pipe. :bug:`2041` +* :doc:`/plugins/fetchart`: Determine the file extension for downloaded images + based on the ``Content-Type`` header instead of hardcoding it to .jpg. + Reported in :bug:`2053`, which for now it does not fix due to + server-side issues, though. 1.3.18 (May 31, 2016) ---------------------