Skip to content

Commit f9528dc

Browse files
committed
Update CHANGELOG.md
1 parent e12cdd3 commit f9528dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
#### 5.0.0 (27 Sep 2020)
44

5-
* **BREAKING CHANGE**. Some methods controlling the player has changed. If a change has been made, a new primary argument has been added. This is because it's required by Spotify's API and should therefore not be placed in `options`.
5+
* **BREAKING CHANGE**. Some methods controlling the player has changed. If a change has been made, a new primary argument has been added as the method's first argument. This is because the argument is required by Spotify's API and should therefore not be placed in `options`.
66
* Bumped dependencies to resolve critical security issues.
77
* Added support for [Implicit Grant flow](https://developer.spotify.com/documentation/general/guides/authorization-guide/#implicit-grant-flow) - Thanks [@gaganza](https://github.com/gaganza), [@reblws](https://github.com/reblws) and [@noahp78](https://github.com/noahp78)!
88
* `position_ms` added to `play` method. Thanks [@alqubo](https://github.com/alqubo), [@koflin](https://github.com/koflin), [@DoctorFishy](https://github.com/DoctorFishy).
99
* Documentation updates to keep up to date with ES6, thanks [@dandv](https://github.com/dandv)!
1010
* `reason` added to error object, which is returned by the [Player API](https://developer.spotify.com/documentation/web-api/reference/player/). Much appreciated [@konstantinjdobler](https://github.com/konstantinjdobler)!
11+
* Binding for [Add an Item to the User's Playback Queue](https://developer.spotify.com/documentation/web-api/reference/player/add-to-queue/) endpoint added. Thanks [@thattomperson](https://github.com/thattomperson)!
1112

1213
More coming before NPM release.
1314

0 commit comments

Comments
 (0)