summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorRay Holder <ray.holder+github@gmail.com>2014-03-31 01:32:21 -0500
committerRay Holder <ray.holder+github@gmail.com>2014-03-31 01:32:21 -0500
commit553e2221fc7154034a269ea0522d97a58111b292 (patch)
tree0668510af28f52c4b053df0b09fd15d320d86c9a /HISTORY.rst
parent49551b1bc04bd3c0fe227ad0440b0513c2b28062 (diff)
downloadretrying-553e2221fc7154034a269ea0522d97a58111b292.tar.gz
Update HISTORY.rst
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c971b0b..b048e7e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -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 \ No newline at end of file
+- Added Travis CI support