* Added documentation, hosted on readthedocs, and such
0.1.12
* Added ability to handle only specific exceptions to handle_errors * Improved exception reporting from within handle_errors
0.1.11
* Added ability for handle_errors to absorb exception
0.1.9
* Added traceback print out to handle_errors message * Added exception class name to handle_errors output
0.1.8
* Added formatted message string to on_error parameters * Renamed project to 'py-buzz' * Added error sanitization for messages with embedded curly braces
0.1.7
* Fixed issues with packaging (took a lot of intermediary releases) * Added accumulating context manager for checking expressions * Added do_finally and on_error parameters to handle_errors * Added repr function * Added testing