From 79216e1f64c9739af73a9a8f3e1986659d6fb878 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 4 Dec 2023 10:37:06 -0500 Subject: [PATCH] Update changelog.rst --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8266e8550..3872db865 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -148,6 +148,7 @@ New features: Bug fixes: +* :doc:`/plugins/spotify`: Improve handling of ConnectionError. * :doc:`/plugins/deezer`: Improve Deezer plugin error handling and set requests timeout to 10 seconds. :bug:`4983` * :doc:`/plugins/spotify`: Add bad gateway (502) error handling.