From f3fc892b901abe2c3605f2669af4f6469b896e88 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 16 May 2018 07:35:44 -0700 Subject: [PATCH] bring HISTORY.rst up to date with recent changes --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 61f7e232..2c853f9a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,8 @@ dev - Warn user about possible slowdown when using cryptography version < 1.3.4 - Check for invalid host in proxy URL, before forwarding request to adapter. - Fragments are now properly maintained across redirects. (RFC7231 7.1.2) +- Removed use of cgi module to expedite library load time. +- Added support for SHA-256 and SHA-512 digest auth algorithms. **Bugfixes** @@ -20,6 +22,7 @@ dev - Fixed issue with unexpected ``ImportError`` on windows system which do not support ``winreg`` module - DNS resolution in proxy bypass no longer includes the username and password in the request. This also fixes the issue of DNS queries failing on macOS. +- Properly normalize adapter prefixes for url comparison. 2.18.4 (2017-08-15) +++++++++++++++++++