]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update CHANGELOG.md, fix typo(s) (#3406)
authorBob Conan <sufssl03@gmail.com>
Wed, 20 Nov 2024 12:27:29 +0000 (06:27 -0600)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 12:27:29 +0000 (12:27 +0000)
CHANGELOG.md

index e7ad03c08640c0be814aa64eb1808d942c58afc1..3c16d6671f7a3478a0dd88f04f89ab862f131e78 100644 (file)
@@ -617,7 +617,7 @@ See pull requests #1057, #1058.
 
 * Added dedicated exception class `httpx.HTTPStatusError` for `.raise_for_status()` exceptions. (Pull #1072)
 * Added `httpx.create_ssl_context()` helper function. (Pull #996)
-* Support for proxy exlcusions like `proxies={"https://www.example.com": None}`. (Pull #1099)
+* Support for proxy exclusions like `proxies={"https://www.example.com": None}`. (Pull #1099)
 * Support `QueryParams(None)` and `client.params = None`. (Pull #1060)
 
 ### Changed
@@ -845,7 +845,7 @@ We believe the API is now pretty much stable, and are aiming for a 1.0 release s
 
 ### Fixed
 
-- Fix issue with concurrent connection acquiry. (Pull #700)
+- Fix issue with concurrent connection acquisition. (Pull #700)
 - Fix write error on closing HTTP/2 connections. (Pull #699)
 
 ## 0.10.0 (December 29th, 2019)
@@ -1094,7 +1094,7 @@ importing modules within the package.
 
 ## 0.6.7 (July 8, 2019)
 
-- Check for connection aliveness on re-acquiry (Pull #111)
+- Check for connection aliveness on re-acquisition (Pull #111)
 
 ## 0.6.6 (July 3, 2019)