From 56e86a79664b9bca431b4ffe9efceb5478891e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 3 Mar 2026 12:53:47 +0000 Subject: [PATCH] Add changelog note --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 80ed763bf..03b5da08e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~