Please refer to the pysmug mercurial repository for exhaustive
change details.

pysmug ChangeLog
================

Changes in v0.2 (01-30-2008):
	* added categories_getTree()
	* in batch mode, exceptions are returned in the response
	  rather than thrown
	* http errors are now communicated through exceptions
	* better documentation
	* added login_withHash()
	* no longer raise an exception if no events are pending
	  for a batch execution -- return an empty iteration
	* images_upload() will attempt to open the FileName if
	  Data is None
	* login() will try all three login methods

Changes in v0.1 (01-22-2008):
	* initial
