update CHANGES.txt

This commit is contained in:
Harrison 2019-08-12 18:30:48 -05:00 committed by Stephane Bruckert
parent d8d9f290fb
commit 3cd252b4c9

View File

@ -1,3 +1,4 @@
v1.40, June 12, 2014 -- Initial public release. v1.40, June 12, 2014 -- Initial public release.
v1.42, June 19, 2014 -- Removed dependency on simplejson v1.42, June 19, 2014 -- Removed dependency on simplejson
v1.43, June 27, 2014 -- Fixed JSON handling issue v1.43, June 27, 2014 -- Fixed JSON handling issue
@ -14,4 +15,11 @@ v2.310, January 5, 2015 -- Added session support
v2.3.1, March 28, 2015 -- Auto retry support v2.3.1, March 28, 2015 -- Auto retry support
v2.3.5, April 28, 2015 -- Fixed bug in auto retry support v2.3.5, April 28, 2015 -- Fixed bug in auto retry support
v2.3.6, June 3, 2015 -- Support for offset/limit with album_tracks API v2.3.6, June 3, 2015 -- Support for offset/limit with album_tracks API
v2.5.0 - January 11, 2020 -- Added follow and player endpoints v2.3.7, August 10, 2015 -- Added current_user_followed_artists
v2.3.8, March 30, 2016 -- Added recs, audio features, user top lists
v2.4.0, December 31, 2016 -- Incorporated a number of PRs
v2.4.1, January 2, 2017 -- Incorporated proxy support
v2.4.2, January 2, 2017 -- support getting audio features for a single track
v2.4.3, January 2, 2017 -- fixed proxy issue in standard auth flow
v2.4.4, January 4, 2017 -- python 3 fix
v2.4.5, August 12, 2019 -- Incorporated a number of PRs