diff --git a/CHANGELOG.md b/CHANGELOG.md index 944e2421..5e210388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.11.7 (Unreleased) +- ([#399](https://github.com/ramsayleung/rspotify/pull/399)) Add a new variant `Collectionyourepisodes` for `Type` enum. - ([#375](https://github.com/ramsayleung/rspotify/pull/375)) We now use `chrono::Duration` in more places for consistency and usability: `start_uris_playback`, `start_context_playback`, `rspotify_model::Offset`, `resume_playback`, `seek_track`. Some of these fields have been renamed from `position_ms` to `position`. - ((#356)[https://github.com/ramsayleung/rspotify/pull/356]) We now support custom authentication base URLs. `Config::prefix` has been renamed to `Config::api_base_url`, and we've introduced `Config::auth_base_url`. - ([#384](https://github.com/ramsayleung/rspotify/pull/384)) Add STB alias for Stb device type, fix for `json parse error: unknown variant STB`. diff --git a/rspotify-model/src/enums/types.rs b/rspotify-model/src/enums/types.rs index ad26c062..b673d68f 100644 --- a/rspotify-model/src/enums/types.rs +++ b/rspotify-model/src/enums/types.rs @@ -39,6 +39,7 @@ pub enum Type { Show, Episode, Collection, + Collectionyourepisodes, // rename to collectionyourepisodes } /// Additional typs: `track`, `episode`