From c1a232ec7be13f710fa764d39e13483b093fad9a Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Mon, 11 Dec 2023 11:01:54 +0100 Subject: [PATCH] Fix some changelog entries --- docs/changelog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 74b925e21..5b074f592 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -268,8 +268,10 @@ Bug fixes: :bug:`4822` * Fix bug where an interrupted import process poisons the database, causing a null path that can't be removed. -* Fix bug where empty artist and title fields would return None instead of an - empty list in the discord plugin. :bug:`4973` + :bug:`4906` +* :doc:`/plugins/discogs`: Fix bug where empty artist and title fields would + return None instead of an empty list. + :bug:`4973` * Fix bug regarding displaying tracks that have been changed not being displayed unless the detail configuration is enabled.