summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-06-07 18:44:15 -0700
committerBenjamin Peterson <benjamin@python.org>2014-06-07 18:44:15 -0700
commitcb76df708468ecfe17b10e685e525323f9820fb6 (patch)
tree5763c6b493a80629fd419c8e91aeeab83fbbb2eb
parentf6d4d51e690a56d6453af6d41bb37723d3119e03 (diff)
downloadsix-cb76df708468ecfe17b10e685e525323f9820fb6.tar.gz
changelog for pr #30
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c87234f..93f51bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Pull request #30: Implement six.moves with a PEP 302 meta path hook.
+
- Pull request #32: Add six.wraps, which is like functools.wraps but always sets
the __wrapped__ attribute.