summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-19 10:07:33 -0500
committerBenjamin Peterson <benjamin@python.org>2014-03-19 10:07:33 -0500
commit9c4572e41cc5c897ee252cc438a99838f35a0495 (patch)
tree9ac302685bbe570b548da0bc007b05bd911a1a7c
parent9d257fabe3baeb74d2c738832985720e6136ab7e (diff)
downloadsix-9c4572e41cc5c897ee252cc438a99838f35a0495.tar.gz
add change note for pull request #31
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 140cae5..5489adc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for six
This file lists the changes in each six version.
+Development version
+-------------------
+
+- Pull request #31: Select the implementations of dictionary iterator routines
+ at import time for a 20% speed boost.
+
1.6.1
-----