From a197d4cae5603522e221a6d8ee08bb970164b838 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 12 Feb 2024 20:06:24 -0500 Subject: [PATCH] Add changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bef91e21d..568089c95 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -156,6 +156,8 @@ New features: Bug fixes: +* :doc:`/plugins/spotify`: Prevent Spotify errors caused by long artist search strings. + :bug:`4893` * :doc:`/plugins/spotify`: Improve handling of ConnectionError. * :doc:`/plugins/deezer`: Improve Deezer plugin error handling and set requests timeout to 10 seconds. :bug:`4983`