- Error handling changed: Used *Exception* in place of *StandardError* (earlier I used *BaseException*).
=============
0.8.4
=============
2016-02-27
- Notifications must not have an ID-field. Until now the *notify*-method had an ID-field with `null`-value. Since now notifications will not have an ID-field. Thank you brandonkimbk! Issue 41 closed.
=============
0.8.3
=============
2015-11-27
- Added coverage
- Added badges to README & Python version to Travis
- Merged pull request 35 from ZuluPro
- Images in README commented out
- Replaced ``except <Error>, err`` with ``except <Error> as err``
- Version-Push: Version 0.8.3
=============
0.8.2
=============
2015-09-10
- The new function *get_traceback_string* returns the traceback string of the last error.
- Error handling changed
=============
0.8.1
=============
2015-09-04
- Error repared in *_SpooledFile* in Google App Engine
- Gzip changes
- Recognize Google App Engine
=============
0.8.0
=============
2015-09-03
- Changed the usage of username and password in HTTP-requests.