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: