summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-30 15:42:39 -0400
committerBenjamin Peterson <benjamin@python.org>2014-04-30 15:42:39 -0400
commit65a4a162c973fbb8dd6d6fdd3f42cbf0f3685fb3 (patch)
tree1bfc0bd9e6fb440315a106ff2c0bfef67f758801
parent2c23c8421802b188e70b399d4ccdddb21421f942 (diff)
downloadsix-65a4a162c973fbb8dd6d6fdd3f42cbf0f3685fb3.tar.gz
changelog for pr #32
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d9a2bf1..c87234f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #32: Add six.wraps, which is like functools.wraps but always sets
+ the __wrapped__ attribute.
+
- Pull request #35: Improve add_metaclass, so that it doesn't end up inserting
another class into the hierarchy.