summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorgholt <gholt@rackspace.com>2011-05-16 20:01:59 +0000
committerTarmac <>2011-05-16 20:01:59 +0000
commit65b71c59be9543cbdb1f217e32bd794733a9e5e0 (patch)
tree97407fa970eebc396044bd93808576853a9c0f8c /CHANGELOG
parent00e81e256cb375891b7648675c1e4f1b0c8a2d6b (diff)
parentd7a9a5120160d64345f0ce4b42f2bf78306025d5 (diff)
downloadswift-65b71c59be9543cbdb1f217e32bd794733a9e5e0.tar.gz
Fixed Python 2.7 compatibility problem
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 02eb8c529..e9ed2bc2f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,3 +8,5 @@ swift (x.x.x)
(X-Trans-ID). Setting the transaction id has moved from the proxy server to
the catch_errors middleware. Additionally, the internal header has changed
from X-CF-Trans-ID to X-Trans-ID.
+
+ * Fixed Python 2.7 httplib compatibility problem.