summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-25 23:25:49 -0600
committerBenjamin Peterson <benjamin@python.org>2013-12-25 23:25:49 -0600
commit6de380126ab7f3add2ec36cfdbaf2dd82289c649 (patch)
tree19e7ecbc8a79ea4973cbedeb7881a5682002370e
parent7beaa66a64c4b29294739b5319664070b862103c (diff)
downloadsix-6de380126ab7f3add2ec36cfdbaf2dd82289c649.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6aca0dd..e6f7b4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #24: Add __dir__ special method to six.moves modules.
+
- Issue #47: Fix add_metaclass on classes with a string for the __slots__
variable.