summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-17 23:26:58 -0500
committerBenjamin Peterson <benjamin@python.org>2014-08-17 23:26:58 -0500
commit98db7f7696b9fbe9eb6ccd1c8fc8b4d880709c07 (patch)
tree029eae0d037e3e0059b21b902d37fd97579a1915 /CHANGES
parent72cc15e87ca8d54f0a5d37204994cc4fa9eac2ad (diff)
downloadsix-git-98db7f7696b9fbe9eb6ccd1c8fc8b4d880709c07.tar.gz
fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 056b19e..01c78c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #88: Fix add_metaclass when the class has __slots__ containing
+ "__weakref__" or "__dict__".
+
- Issue #89: Make six use absolute imports.
- Issue #85: Always accept *updated* and *assigned* arguments for wraps().