diff --git a/docs/index.rst b/docs/index.rst index aec3691..fc9cebe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -143,11 +143,11 @@ v0.10.0 - The ``catalognum`` property now refers to additional file tags named ``CATALOGID`` and ``DISCOGS_CATALOG`` (but only for reading, not writing). - The multi-valued ``albumartists`` property now refers to additional file - tags named ``ALBUM_ARTIST`` and ``ALBUM ARTISTS`` (the ``ALBUM ARTISTS`` - is being used only for reading). + tags named ``ALBUM_ARTIST`` and ``ALBUM ARTISTS``. (The latter + is used only for reading.) - The ``ListMediaField`` class now doesn't concatenate multiple lists if - found, properties using this class now overwrite each other when - multiple are defined like other properties. + found. The first available tag is used instead, like with other kinds of + fields. v0.9.0 ''''''