summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorRay Holder <ray@blacklocus.com>2014-05-04 20:46:54 -0500
committerRay Holder <ray@blacklocus.com>2014-05-04 20:46:54 -0500
commitc86e061eaa65b960ce6c56439a05d9f1c9d55717 (patch)
treeaf40549260274d0ea975c3a8eccec76f2a863f5d /HISTORY.rst
parenteace177e368b5194db7e83ee2164b157cdea0b95 (diff)
downloadretrying-c86e061eaa65b960ce6c56439a05d9f1c9d55717.tar.gz
update HISTORY.rst for 1.2.0 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 b048e7e..0193d83 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,11 @@
History
-------
+1.2.0 (2014-05-04)
+++++++++++++++++++
+- Remove the need for explicit specification of stop/wait types when they can be inferred
+- Add a little checking for exception propagation
+
1.1.0 (2014-03-31)
++++++++++++++++++
- Added proper exception propagation through reraising with Python 2.6, 2.7, and 3.2 compatibility