summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2014-09-08 06:46:34 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2014-09-08 06:46:34 +0300
commit4f7ceedb8a7742e52b0436a4160c7c44665a2597 (patch)
tree4d5d0127c7d679eb3659ca4c445b0d4b19116ebc /CHANGES
parent95052b804c58e2aa0dbb307c33ff06eb49440337 (diff)
downloadfutures-4f7ceedb8a7742e52b0436a4160c7c44665a2597.tar.gz
Added the set_exception_info() and exception_info() methods to Future which provide the missing traceback information on Python 2.x2.2.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4418f07..c99eff1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+2.2.0
+=====
+
+- Added the set_exception_info() and exception_info() methods to Future
+ to enable extraction of tracebacks on Python 2.x
+- Added support for Future.set_exception_info() to ThreadPoolExecutor
+
+
2.1.6
=====