summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-09 11:01:02 -0500
committerBenjamin Peterson <benjamin@python.org>2014-12-09 11:01:02 -0500
commitec8807c7c3764dc20432898b9732003f60eeb94c (patch)
tree96bf660b7802a340b28fd7d0994d055e9cbb4128
parentcc5097e82156c35c21ab2ecfbad1d326bf9c5459 (diff)
downloadsix-ec8807c7c3764dc20432898b9732003f60eeb94c.tar.gz
add NEWS note for #105
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cae8ef0..25930bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* and
+ *assigned* arguments.
+
- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
- Issue #97: Optimize `six.iterbytes` on Python 2.