Fix changelog

This commit is contained in:
Stephane Bruckert 2021-03-04 21:18:44 +01:00
parent e07dd64925
commit cb5c61881e

View File

@ -8,8 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Enabled using both short and long IDs for playlist_change_details - 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 ## [2.17.1] - 2021-02-28
### Fixed ### 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 - 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 - 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) - 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 ### Added