summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-21 22:45:24 -0500
committerBenjamin Peterson <benjamin@python.org>2013-08-21 22:45:24 -0500
commitfa68836baa4e22b69d7fd753f22165c73f0423ee (patch)
treeb68ee741a7ae594c4cf8d72944ae87bda70e946a
parent21fb86828ed1366574c7b28506337689b5824625 (diff)
downloadsix-fa68836baa4e22b69d7fd753f22165c73f0423ee.tar.gz
changelog entry for add_metaclass
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 075ed28..ac9a23f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
+ a class.
+
- Add six.moves.zip_longest and six.moves.filterfalse, which correspond
respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2
and itertools.zip_longest and itertools.filterfalse on Python 3.