add fix to changelog

This commit is contained in:
lijacky 2020-04-17 17:25:36 -04:00
parent 9ec0d725e5
commit 175c392ef3

View file

@ -178,6 +178,8 @@ 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`
For plugin developers: