mirror of
https://github.com/beetbox/beets.git
synced 2026-03-06 21:22:09 +01:00
Add changelog note
This commit is contained in:
parent
f4bf7b2fc9
commit
56e86a7966
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ Bug fixes
|
|||
- In autotagging, initialise empty multi-valued fields with ``None`` instead of
|
||||
empty list, which caused beets to overwrite existing metadata with empty list
|
||||
values instead of leaving them unchanged. :bug:`6403`
|
||||
- :doc:`plugins/fuzzy`: Improve fuzzy matching when the query is shorter than
|
||||
the field value so substring-style searches produce more useful results.
|
||||
:bug:`2043`
|
||||
|
||||
For plugin developers
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue