From a6c78b56183650c5c55cfec331a582b57950ce48 Mon Sep 17 00:00:00 2001 From: Will Burden <25230174+willburden@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:46:16 +0000 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1ac16a8e2..f34bf9dd3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -284,10 +284,11 @@ Bug fixes won't crash beets anymore. If you want to raise exceptions instead, set the new configuration option ``raise_on_error`` to ``yes`` :bug:`5903`, :bug:`4789`. +- :doc:`/plugins/replace`: Fixed the command failing to run, and now syncs + metadata in the database with the newly swapped-in file. :bug:`6260` For plugin developers ~~~~~~~~~~~~~~~~~~~~~ - - A new plugin event, ``album_matched``, is sent when an album that is being imported has been matched to its metadata and the corresponding distance has been calculated.