From d211a33618661446e5c20c5d4f5b55fbefac5f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Mon, 27 Jul 2020 06:51:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d89b3..313ba9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reason for 403 error in SpotifyException - Support for the PKCE Auth Flow - Support to advertise different language to Spotify +- Added 'collaborative' parameter to user_playlist_create method. ### Deprecated @@ -36,12 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `user_playlist_is_following` in favor of `playlist_is_following` - `playlist_tracks` in favor of `playlist_items` -## [2.14.0] - 2020-7-26 - -### Added - - - Added 'collaborative' parameter to user_playlist_create method. - ## [2.13.0] - 2020-06-25 ### Added