Updated changelog

This commit is contained in:
Sebastian Mohr 2025-07-11 11:47:39 +02:00
parent 1d33580b68
commit 0f085fb91b

View file

@ -74,8 +74,8 @@ For plugin developers:
in the beets repo are opted into this class where applicable. If you are maintaining a plugin
that acts like a metadata source, i.e. you expose any of ``track_for_id``,
``album_for_id``, ``candidates``, ``item_candidates``, ``album_distance``, ``track_distance`` methods,
please update your plugin to inherit from the new baseclass, as otherwise it will
not be registered as a metadata source and wont be usable going forward.
please update your plugin to inherit from the new baseclass, as otherwise your plugin will
stop working with the next major release.
Other changes: