summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-17 11:09:53 -0700
committerBenjamin Peterson <benjamin@python.org>2017-09-17 11:14:09 -0700
commita3b770600c5d467b4bbf6c62abf2d25ca05955fe (patch)
tree3214bf2dc3d532757791c214f7eac60bf0c46476
parentcb7c03e07385b9a5b5e16317913970b52ae4cdb4 (diff)
downloadsix-git-a3b770600c5d467b4bbf6c62abf2d25ca05955fe.tar.gz
changelog for pr #191
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f6a697..e5a42eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #191: Allow `with_metaclass` to work with metaclasses implemented
+ in C.
+
- Pull request #203: Add parse_http_list and parse_keqv_list to moved
urllib.request.