* Since the BoardGameGeek API and site support HTTPS along with HTTP (and will be fully transitioned to HTTPS in the future), this library now uses HTTPS by default. To disable this behaviour, pass disable_ssl=True when creating a :py:class:`boardgamegeek.api.BoardGameGeek`
0.8.1
-----
Fixes
* Infinite recursion when unpickling objects
0.8.0
-----
Features
* Fetching plays has support for min_date, max_date (thanks tomusher!)
0.7.1
-----
Fixes
* Not expecting the score of a player to be a number anymore (using the string as returned by the BGG API)
0.7.0
-----
Changes
* The XML API2 seems to throttle requests by returning HTTP 503 ; added a delay and retry in the code to try to deal with this
Features
* When retrieving the plays, players are also returned, along with their data.
0.6.0
-----
Changes
* Improved code in an attempt to prevent exceptions when trying to deal with invalid data coming from the remote XML data
Fixes
* Fixed issue 12 (an edge case which lead to comparing None to int)