summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 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
------