summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-01-06 19:07:54 -0800
committerBenjamin Peterson <benjamin@python.org>2020-01-06 19:07:54 -0800
commit422fc7a2fe4c254316b29c0b5a7bbecbb3b45b5e (patch)
tree6fefac057d7eb93a0f2eb75eec975fb64dd48221
parent1988faf3f7a7f77c0eccbbc5192f365400d44deb (diff)
downloadsix-git-422fc7a2fe4c254316b29c0b5a7bbecbb3b45b5e.tar.gz
Changelog for #251.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ffa7026..364f315 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for six
This file lists the changes in each six version.
+Development version
+-------------------
+
+- Issue #250, issue #165, pull request #251: `six.wraps` now ignores missing
+ attributes. This follows the Python 3.2+ standard library behavior.
+
1.13.0
------