summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-29 20:54:24 -0400
committerBenjamin Peterson <benjamin@python.org>2014-10-29 20:54:24 -0400
commitd7c4f2ed2847c1472c0e60f20e25db20e60dc7d7 (patch)
tree998168d25045fd0cefda921c2e09fe869f42288d /CHANGES
parentebe2cd1761a7da32e3fb24fdc53b80914ab1d300 (diff)
downloadsix-git-d7c4f2ed2847c1472c0e60f20e25db20e60dc7d7.tar.gz
add raise_from (fixes #102)
Patch from Robert Collins.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fa74e77..cae8ef0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
+
- Issue #97: Optimize `six.iterbytes` on Python 2.
- Issue #98: Fix `six.moves` race condition in multi-threaded code.