From fc560ac1cb7163cd2a5a9f64b7a00585caa8eb44 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 4 May 2017 09:41:20 -0400 Subject: [PATCH] Rearrange changelog for feature removal c.f. #2540 and #2549 --- docs/changelog.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b3aba9511..bf0d7d254 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -100,15 +100,17 @@ 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 - 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` -* :doc:`/plugins/lyrics`: drop Lyrics.com backend (don't work anymore) + +Two plugins had backends removed due to bitrot: + * :doc:`/plugins/lyrics`: The Lyrics.com backend has been removed. (It stopped working because of changes to the site's URL structure.) :bug:`2548` :bug:`2549` +* :doc:`/plugins/fetchart`: The documentation no longer recommends iTunes + Store artwork lookup because the unmaintained `python-itunes`_ is broken. + Want to adopt it? :bug:`2371` :bug:`1610` .. _python-itunes: https://github.com/ocelma/python-itunes