From: Kenneth Reitz Date: Thu, 5 Dec 2013 22:44:56 +0000 (-0500) Subject: last changelog entry X-Git-Tag: v2.1.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=795f18560b881a6872805668200750cf57515b7d;p=services%2Fpython-requests.git last changelog entry --- diff --git a/HISTORY.rst b/HISTORY.rst index fec33e8..bd5d105 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. +- Unencode HTTP Basic usernames and passwords extracted from URLs. - 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.