File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 113
113
==================
114
114
* Replaced some short circuit evaluations and improved the general readability of ` client.js `
115
115
* Implemented a more elegant way to require OAuth authentication for the ` get() ` , ` post() ` , ` put() ` and ` delete() ` functions of ` DiscogsClient `
116
- * ** Breaking change:** ` DiscogsClient.getAccessToken() ` now only acceps ** two** parameters: ` verifier ` and ` callback ` .
116
+ * ** Breaking change:** ` DiscogsClient.getAccessToken() ` now only accepts ** two** parameters: ` verifier ` and ` callback ` .
117
117
The former ` requestObject ` parameter is now taken from the ` oauth ` property of the ` DiscogsClient ` instance.
118
118
For further info see the updated ` README.md `
119
119
174
174
175
175
0.1.0 / 2014-06-18
176
176
==================
177
- * Initial public release
177
+ * Initial public release
You can’t perform that action at this time.
0 commit comments