From da86a410fe77f7e37aa5f3527569bc48abb1326a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 10 Jan 2017 21:04:51 -0500 Subject: [PATCH] A little more detail in the changelog --- docs/changelog.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a9210554a..eaf8c7d5a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,9 +8,11 @@ New features: * Added support for DSF files, once a future version of Mutagen is released that supports them. Thanks to :user:`docbobo`. :bug:`459` :bug:`2379` -* A new template path value ``track_alt`` let's you use the tracks actual - number rather than its position media. Useful when importing albums that - have multiple sides, such as tapes and vinyls. +* The MusicBrainz backend and :doc:`/plugins/discogs` now both provide a new + attribute called ``track_alt`` that stores more nuanced, possibly + non-numeric track index data. For example, some vinyl or tape media will + report the side of the record using a letter instead of a number in that + field. :bug:`1831` :bug:`2363` Fixes: