summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-10-03 19:43:36 -0700
committerBenjamin Peterson <benjamin@python.org>2018-10-03 19:43:36 -0700
commite114efceea962fb143c909c904157ca994246fd2 (patch)
tree62accc733740559278d804a6f5c736553f1149d0
parenta611f60dc73d9df64fd8ebcec1daf9f7827e29db (diff)
downloadsix-git-e114efceea962fb143c909c904157ca994246fd2.tar.gz
Add changelog for a611f60dc73d9df64fd8ebcec1daf9f7827e29db.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ff0231..a4a479f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #259, pull request #260: `six.add_metaclass` now preserves
+ `__qualname__` from the original class.
+
- Pull request #204: Add `six.ensure_binary`, `six.ensure_text`, and
`six.ensure_str`.