summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorRay Holder <ray@blacklocus.com>2013-03-20 01:39:37 -0500
committerRay Holder <ray@blacklocus.com>2013-03-20 01:39:37 -0500
commit8035a32c1bb8f80150498017b1e35815b01790e9 (patch)
tree355b8c196fbd2adfb99acb0a8a80a66fbb50f719 /HISTORY.rst
parenta7a6a432530400a67ed33416b5e76727217738fa (diff)
downloadretrying-8035a32c1bb8f80150498017b1e35815b01790e9.tar.gz
fixed a bug where classes not extending from the Python exception hierarchy could slip through, preparing for 1.0.1 release
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 85be6b0..c971b0b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,11 @@
History
-------
+1.0.1 (2013-03-20)
+++++++++++++++++++
+- Fixed a bug where classes not extending from the Python exception hierarchy could slip through
+- Update test suite for custom Python exceptions
+
1.0.0 (2013-01-21)
++++++++++++++++++
- First stable, tested version now exists