From a5f4599cd323e443eb2603b4eaa6e7b2f2acab09 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 1 Nov 2023 18:04:43 -0400 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 52c681dc0..0672dbbdd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -144,6 +144,8 @@ New features: Bug fixes: +* :doc:`/plugins/deezer`: Improve Deezer plugin error handling. + :bug:`4983` * :doc:`/plugins/spotify`: Add a limit of 3 retries, instead of retrying endlessly when the API is not available. * Fix a crash when the Spotify API timeouts or does not return a `Retry-After` interval. :bug:`4942`