News
====

0.1.3
-----

*Release date: 29-Jul-2010*

* Some progress on the resource module
* Fixed deprecation warning from RESTkit
* Requests no longer modify params/payload dicts in place, using a copy to build the request.  This prevents the original dicts from being filled with request specific data (auto-generated token, time, etc).

0.1.2
-----

*Release date: 23-Jun-2010*

* DELETE methods now automatically add the `delete_token` parameter.
* DELETE methods no longer try to decode the JSON response as the BigDoor API returns `204 NO CONTENT`.

0.1.1
-----

*Release date: 18-Jun-2010*

* Improved docstrings.
* Removed hard coded logging to client_log.txt.

0.1
---

*Release date: 10-Jun-2010*

* Initial release.

