0.2.17
* All the getTopTags and getTopTagsWithCounts return an empty sequence if failed instead of None. * toStr() is now less crashy. * fixed User.getPastEvents. * new: User.compareWithUser, User.getRecommendedEvents, Library.addAlbum, Library.addArtist, Library.addTrack. * created AlbumSearch class.
This commit is contained in:
parent
93378fb3ef
commit
903c9b1622
|
@ -1,6 +1,9 @@
|
|||
0.2.16
|
||||
0.2.17
|
||||
* All the getTopTags and getTopTagsWithCounts return an empty sequence if failed instead of None.
|
||||
* toStr() is now less crashy.
|
||||
* fixed User.getPastEvents.
|
||||
* new: User.compareWithUser, User.getRecommendedEvents, Library.addAlbum, Library.addArtist, Library.addTrack.
|
||||
* created AlbumSearch class.
|
||||
|
||||
0.2.15
|
||||
* API Breakage, changed the design of Asynchronizer.async_call.
|
||||
|
|
Loading…
Reference in a new issue