From c93ea0b36b89bb7e62d7fe6cbd068c80ca6f9556 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 17 Apr 2020 18:29:27 -0400 Subject: [PATCH] Link to fix in #3554 --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fd0c225f9..6bb08b143 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -178,8 +178,9 @@ Fixes: * Removed ``@classmethod`` decorator from dbcore.query.NoneQuery.match method failing with AttributeError when called. It is now an instance method. :bug:`3516` :bug:`3517` -* :doc:`/plugins/lyrics`: Tolerate missing lyrics div in Genius scraper - :bug:`3535` +* :doc:`/plugins/lyrics`: Tolerate missing lyrics div in Genius scraper. + Thanks to :user:`thejli21`. + :bug:`3535` :bug:`3554` For plugin developers: