* Fixed an error with the `ranked_in_list` method when using certain options [46](https://github.com/agoragames/leaderboard-python/pull/46) * Added `total_scores` method [45](https://github.com/agoragames/leaderboard-python/pull/45)
3.6.1
* Remove `izip_longest` import where unneeded. [44](https://github.com/agoragames/leaderboard-python/pull/44)
3.6.0
* More pipelining as per Ruby library, [58](https://github.com/agoragames/leaderboard/pull/58). Also adds `members_data_for(...) and `members_data_for_in(...)` methods. * Guard against an out of bounds index in `member_at`