* 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)
0.5.0
-----
Features
* Added a new function :py:func:`boardgamegeek.api.BoardGameGeek.games()` which takes a name as argument and returns a list of :py:class:`boardgamegeek.games.BoardGame` with all the games with that name.
0.4.3
-----
Changes
* When calling :py:func:`boardgamegeek.api.BoardGameGeek.game()` with a name, return the most recently published result instead of the first one, in case of multiple results.