summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-04-16 12:34:21 -0700
committerBenjamin Peterson <benjamin@python.org>2016-04-16 12:34:21 -0700
commitb3c45ecc9b4f5a6d979723e7706aa24f45f1cb53 (patch)
tree7562e53565d5cd34f0f95baf05c13c3195bf92e2
parent05abec55d0bca8f2298a13560739d3a7802ffd48 (diff)
downloadsix-b3c45ecc9b4f5a6d979723e7706aa24f45f1cb53.tar.gz
changelog for pr #72
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e9df6d..c4948ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for six
This file lists the changes in each six version.
+Development version
+-------------------
+
+- Pull request #72: Avoid creating reference cycles through tracebacks in
+ `reraise`.
+
1.10.0
------