summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2013-12-05 17:41:25 -0500
committerKenneth Reitz <me@kennethreitz.com>2013-12-05 17:41:25 -0500
commitaae7e39a56d9116c19d51eb086d655892c5adce3 (patch)
tree52f3b02fa57216425ec558bf916a00439b6948cc /HISTORY.rst
parentf6107bc15198989b7de76020dac53f8f75028834 (diff)
downloadpython-requests-aae7e39a56d9116c19d51eb086d655892c5adce3.tar.gz
further notes and version bump
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index a5275c06..fec33e8d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,6 +13,7 @@ Release History
- Values of headers set by Requests are now always the native string type.
- Fix previously broken SNI support.
- Fix accessing HTTP proxies using proxy authentication.
+- Support for IP address ranges for no_proxy environment variable
- Parse headers correctly when users override the default ``Host:`` header.
- Avoid munging the URL in case of case-sensitive servers.
- Looser URL handling for non-HTTP/HTTPS urls.