From d256489491572821773073141b650aa1f56ed22e Mon Sep 17 00:00:00 2001 From: Szymon Andrzejewski Date: Sun, 16 Feb 2025 13:50:53 +0100 Subject: [PATCH] updated instead of changed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632db1a..8f2230f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Add your changes below. - Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol - Added except clause to get_cached_token method to handle json decode errors -- Added warnings and changed docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs +- Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs ### Removed