summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2021-11-21 15:02:09 -0800
committerBenjamin Peterson <benjamin@python.org>2021-11-21 15:02:50 -0800
commit45f1a230f9cc8e48372e19627b91ac06a2013292 (patch)
tree9ea2864dce8f05ec3216feef7174b359c4cad078
parent7783c9e983b1fa37299a1db5c9e116462cbb53b8 (diff)
downloadsix-git-45f1a230f9cc8e48372e19627b91ac06a2013292.tar.gz
Changelog for #281.
-rw-r--r--CHANGES6
-rw-r--r--CONTRIBUTORS1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3bf6a4..01203dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for six
This file lists the changes in each six version.
+Unreleased
+----------
+
+- Pull request #365, issue #283: `six.moves.UserDict` now points to
+ `UserDict.IterableUserDict` instead of `UserDict.UserDict` on Python 2.
+
1.16.0
------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a76dffd..be72290 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -35,6 +35,7 @@ Mirko Rossini
Peter Ruibal
Miroslav Shubernetskiy
Eli Schwartz
+Bart Skowron
Anthony Sottile
Victor Stinner
Jonathan Vanasco