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.