summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-20 21:53:44 -0600
committerBenjamin Peterson <benjamin@python.org>2013-12-20 21:53:44 -0600
commit617ae7ce0a7f04790b89aec4014a0d75fc14889b (patch)
tree4ca02a223b801e2d2e3537543ad584071648efa8 /CHANGES
parente6078b1bbf96402a60e8f15a87a9e3d37997643a (diff)
downloadsix-617ae7ce0a7f04790b89aec4014a0d75fc14889b.tar.gz
add change note for issue #44
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1e9eec5..19d3843 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #44: Fix interpretation of backslashes on Python 2 in the u() function.
+
- Pull request #21: Add import mapping for urllib's proxy_bypass function.
- Issue #43: Add import mapping for the Python 2 xmlrpclib module.