changelog formatting tweaks

This commit is contained in:
Jade Meister 2025-11-12 22:49:15 -05:00
parent 8505a91799
commit dcf1e09551

View file

@ -40,9 +40,10 @@ Bug fixes:
- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only
accepted a list of strings). :bug:`5962`
- Fixed a bug where single-track imports using the MusicBrainz plugin failed
to attach album information when the API response included a `release-list`.
The `item_candidates()` function now correctly assigns `album` and `album_id`
from the associated release. :bug: `5886`
to attach album information when the API response included a ``release-list``.
The ``item_candidates()`` function now correctly assigns ``album`` and
``album_id`` from the associated release. :bug:`5886`
For plugin developers: