=======
Changes
=======

0.0.1 to 0.0.2
--------------

* Added a new client object; calls are made with methods now, instead of
  module-level functions.

* Added support for caching method results.

* Moved the REST service API methods into their own object and instantiated
  it on a ".rest" attribute of the client class.

* Moved the static data service API methods into their own object and
  instantiated it on a ".data" attribute of the client class.

* Added support for Spore Atom ("RSS") data, available on the ".atom" attribute
  of the client object.

* Implemented the last remaining Spore API method that hadn't been added.

Version 0.0.1
-------------

* Initial release of txSpore, supporting most of the REST and static data APIs.
