Update HISTORY.rst

This commit is contained in:
Ray Holder 2014-03-31 01:32:21 -05:00
parent 49551b1bc0
commit 553e2221fc
1 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
History
-------
1.1.0 (2014-03-31)
++++++++++++++++++
- Added proper exception propagation through reraising with Python 2.6, 2.7, and 3.2 compatibility
- Update test suite for behavior changes
1.0.1 (2013-03-20)
++++++++++++++++++
- Fixed a bug where classes not extending from the Python exception hierarchy could slip through
@ -13,4 +18,4 @@ History
- First stable, tested version now exists
- Apache 2.0 license applied
- Sanitizing some setup.py and test suite running
- Added Travis CI support
- Added Travis CI support