From: Cory Benfield Date: Thu, 28 Nov 2013 18:37:45 +0000 (+0000) Subject: Missed a couple. X-Git-Tag: v2.1.0~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc31c1133994d7b9f94bd7077d69388bae03e403;p=services%2Fpython-requests.git Missed a couple. --- diff --git a/HISTORY.rst b/HISTORY.rst index 546de1d..530255d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,8 @@ Release History - Match the HTTPbis recommendation for HTTP 301 redirects. - Prevent hanging when using streaming uploads and Digest Auth when a 401 is received. - 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. - 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.