summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-18 11:57:54 -0400
committerBenjamin Peterson <benjamin@python.org>2014-04-18 11:57:54 -0400
commit667f8d166b000ac47e502b2c01a9e178fe37d245 (patch)
tree0c6dbbe403dbd9b42f2ff18521f8ca6179585d8e /CHANGES
parentc4c680e4e0fd8a2f9536c86d7fafbe3444bc50f2 (diff)
downloadsix-667f8d166b000ac47e502b2c01a9e178fe37d245.tar.gz
a change note for pull request #33
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5489adc..b32baf9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #33: Add import mappings for UserDict and UserList.
+
- Pull request #31: Select the implementations of dictionary iterator routines
at import time for a 20% speed boost.