Add changelog note

This commit is contained in:
Šarūnas Nejus 2026-03-03 12:53:47 +00:00
parent f4bf7b2fc9
commit 56e86a7966
No known key found for this signature in database

View file

@ -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
~~~~~~~~~~~~~~~~~~~~~