From 4f7ceedb8a7742e52b0436a4160c7c44665a2597 Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Mon, 8 Sep 2014 06:46:34 +0300 Subject: Added the set_exception_info() and exception_info() methods to Future which provide the missing traceback information on Python 2.x --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') 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 ===== -- cgit v1.2.1