summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-03-02 08:37:22 -0800
committerJoe Gregorio <jcgregorio@google.com>2012-03-02 08:37:22 -0800
commitb850bd03087e9656f22cb1afbd894088ae8f6114 (patch)
tree563dad1bfca8cd50cf6d452a849f97e55e5724d1 /CHANGELOG
parent16ac18be2c70a44612906c0e02f07d7065b3e8d8 (diff)
downloadhttplib2-b850bd03087e9656f22cb1afbd894088ae8f6114.tar.gz
release notes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5379c71..4aaf05d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-0.8.0
+0.7.3
ProxyInfo objects now can construct themselves from environment
variables commonly-used in Unix environments. By default, the Http
class will construct a ProxyInfo instance based on these environment
@@ -8,6 +8,9 @@
The following issues have been addressed:
Issue 159: automatic detection of proxy configuration.
+ Issue 179: Allow unicode in proxy hostname.
+ Issue 194: Added support for setuptools.
+ Fixes for HTTP CONNECT proxies.
0.7.1
Fix failure to install cacerts.txt for 2.x installs.