mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
sampsyo's docs/changelog.rst correction
Co-Authored-By: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
4c6993989c
commit
4ba7b8da31
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue