From cb5c61881ed266fb00a7dc827dc82eab2301ff49 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Thu, 4 Mar 2021 21:18:44 +0100 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384477a..7dbbf74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added - Enabled using both short and long IDs for playlist_change_details +### Changed +- Add support for a list of scopes rather than just a comma separated string of scopes + ## [2.17.1] - 2021-02-28 ### Fixed @@ -27,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The query parameters of requests are now logged - Deprecate specifing `cache_path` or `username` directly to `SpotifyOAuth`, `SpotifyPKCE`, and `SpotifyImplicitGrant` constructors, instead directing users to use the `CacheFileHandler` cache handler - Removed requirement for examples/app.py to specify port multiple times (only SPOTIPY_REDIRECT_URI needs to contain the port) -- Add support for a list of scopes rather than just a comma separated string of scopes ### Added