summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-26 21:32:31 -0400
committerBenjamin Peterson <benjamin@python.org>2014-04-26 21:32:31 -0400
commitf739264ca1ab10e853de55afe0f113b151a5649c (patch)
tree6dd151da6a8dae44169946a02d1e7a79ce03ca10
parentcb0243d1e5f324ce043c1778cabab55ea38fb185 (diff)
downloadsix-f739264ca1ab10e853de55afe0f113b151a5649c.tar.gz
news note for pr #35
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 46a1376..d9a2bf1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #35: Improve add_metaclass, so that it doesn't end up inserting
+ another class into the hierarchy.
+
- Pull request #34: Add import mappings for dummy_thread.
- Pull request #33: Add import mappings for UserDict and UserList.