Missed a couple.
authorCory Benfield <lukasaoz@gmail.com>
Thu, 28 Nov 2013 18:37:45 +0000 (18:37 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Thu, 28 Nov 2013 18:37:45 +0000 (18:37 +0000)
HISTORY.rst

index 546de1d6b6cb872638b3a27df5e2a2f9631b1be1..530255deb56acc95e02e8daa2a52e13c4d87e2b2 100644 (file)
@@ -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.