From 687c630ff50dcb7a33d318929a57d88168d13300 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 25 Mar 2025 08:47:22 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c751afc..e7df630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Add your changes below. - Updated documentation for `Client.current_user_top_artists` to indicate maximum number of artists limit - Set auth cache file permissions to `600`: https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-pwhh-q4h6-w599 - Fixed `__del__` methods by preventing garbage collection for `requests.Session` +- Improved retry warning by using `logger` instead of `logging` and making sure that `retry_header` is an int ### Changed