* Allowing the user to specify timeouts for the requests library
0.0.14
------
Changes
* The ``.last_login`` property of an :class:`boardgamegeek.user.User` object now returns a ``datetime.datetime``
Features
* Added support for an user's top and hot lists
Bugfixes
* Exceptions raised from :func:`get_parsed_xml_response` where not properly propagated to the calling code
0.0.13
------
Features
* Improved code for fetching an user's buddies and guilds * Improved code for fetching guild members * Added support for listing Plays by user and by game
0.0.12
------
Features
* Added some basic argument validation to prevent pointless calls to BGG's API * When some object (game, user name, etc.) is not found, the functions return None instead of raising an exception