summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 407ea60..d402d60 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -27,10 +27,6 @@ Major bugfixes:
Other changes:
-* On Python 2, Task waiting on a future now keeps the exception traceback of
- the future, instead of showing where the exception was re-raised
-* On Python 2, Future.exception() now raises the traceback with the original
- traceback.
* Return destructor logs the source traceback in debug mode
* Python issue #22448: Improve cancelled timer callback handles cleanup. Patch
by Joshua Moore-Oliva.