sampsyo's docs/changelog.rst correction

Co-Authored-By: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
Adam Jakab 2020-03-16 10:12:09 +01:00 committed by GitHub
parent 4c6993989c
commit 4ba7b8da31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,8 +171,9 @@ Fixes:
properly returns integer values, which should avoid problems where fields
like ``bpm`` would sometimes store non-integer values.
:bug:`762` :bug:`3507` :bug:`3508`
* Removed `@classmethod`` decorator from dbcore.query.NoneQuery.match method
failing with AttributeError when called. It is now an instance method.`
* Removed ``@classmethod`` decorator from dbcore.query.NoneQuery.match method
failing with AttributeError when called. It is now an instance method.
:bug:`3516` :bug:`3517`
For plugin developers: