fetchart: update changelog

This commit is contained in:
wordofglass 2016-06-25 21:57:10 +02:00
parent 2db1530ef8
commit 7bf6554cdc

View file

@ -40,9 +40,9 @@ Fixes:
* Fix a crash when specifying non-ASCII format strings on the command line
with the ``-f`` option to many commands. :bug:`2063`
* :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.
based on the image's magic bytes and warn if result is not consistent with
the server-supplied ``Content-Type`` header instead of
hardcoding it to .jpg. :bug:`2053`
1.3.18 (May 31, 2016)
---------------------