From 05ba50948e67a652519a3b61d48e68394eb42721 Mon Sep 17 00:00:00 2001 From: Syed Saifullah <39564496+syed-saif@users.noreply.github.com> Date: Tue, 9 May 2023 22:25:33 +0530 Subject: [PATCH] Fixed a small typo (#6452) --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 177ce59fe0..aaa05e2832 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -73,7 +73,7 @@ dev cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074) - Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with `requests.exceptions.SSLError` for `content` and `iter_content`. (#6057) -- Fixed issue where invalid Windows registry entires caused proxy resolution +- Fixed issue where invalid Windows registry entries caused proxy resolution to raise an exception rather than ignoring the entry. (#6149) - Fixed issue where entire payload could be included in the error message for JSONDecodeError. (#6036)