From 29d6967fa7d6d04a8df8a98c23c623ed6786586b Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Tue, 20 Aug 2019 09:29:35 +0200 Subject: [PATCH] update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e6ee7df3c..e394a4cd9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -86,6 +86,9 @@ Fixes: returned by Spotify Albums API. Thanks to :user:`rhlahuja`. :bug:`3343` +* Fixed a bug that caused the UI to display incorrect track numbers for tracks + with index 0 when the ``per_disc_numbering`` option was set. + :bug:`3346` For plugin developers: