Update changelog

This commit is contained in:
Will Burden 2026-01-12 19:46:16 +00:00
parent 29e22f992e
commit a6c78b5618

View file

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