From 376c31a2a41e0c71eefec14a8729c666d642420c Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 4 May 2017 09:30:54 -0400 Subject: [PATCH] Changelog for #2542, which fixes #2532 --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fbcf33c13..e5701cfaf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -100,9 +100,11 @@ Fixes: ignored. Thanks to :user:`discopatrick`. :bug:`2513` :bug:`2517` * When the SQLite database stops being accessible, we now print a friendly error message. Thanks to :user:`Mary011196`. :bug:`1676` :bug:`2508` -* :doc:`plugins/fetchart`'s iTunes Store artwork lookup no longer recommended +* :doc:`/plugins/fetchart`'s iTunes Store artwork lookup no longer recommended in documentation, as the unmaintained `python-itunes`_ is broken. Want to adopt it? :bug:`2371` :bug:`1610` +* :doc:`/plugins/web`: Avoid a crash when sending binary data, such as + Chromaprint fingerprints, in music attributes. :bug:`2542` :bug:`2532` .. _python-itunes: https://github.com/ocelma/python-itunes