diff --git a/docs/changelog.rst b/docs/changelog.rst index 586ea5376..35bc2de6b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: