From 80fc1490e526c7fb2624c7a34d38b293c7922af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 21 Mar 2026 16:41:12 +0000 Subject: [PATCH] Add a note to the changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 85b7523a5..cea7cd42b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -58,6 +58,9 @@ Bug fixes **Migration**: This cannot be migrated automatically because of the field clash. If you use ``lastimport`` without ``mpdstats``, migrate manually with ``beet modify lastfm_play_count='$play_count'``. +- :ref:`import-cmd` Simplify autotag metadata application for albums and + singletons, fixing null-overwrite handling and keeping singular/plural artist + metadata fields in sync during tagging. For plugin developers ~~~~~~~~~~~~~~~~~~~~~