Skip to content

Commit 189fc4b

Browse files
author
Bob Conan
authored
Update CHANGELOG.md, fix typo(s) (#3406)
1 parent 7b19cd5 commit 189fc4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ See pull requests #1057, #1058.
617617

618618
* Added dedicated exception class `httpx.HTTPStatusError` for `.raise_for_status()` exceptions. (Pull #1072)
619619
* Added `httpx.create_ssl_context()` helper function. (Pull #996)
620-
* Support for proxy exlcusions like `proxies={"https://www.example.com": None}`. (Pull #1099)
620+
* Support for proxy exclusions like `proxies={"https://www.example.com": None}`. (Pull #1099)
621621
* Support `QueryParams(None)` and `client.params = None`. (Pull #1060)
622622

623623
### Changed
@@ -845,7 +845,7 @@ We believe the API is now pretty much stable, and are aiming for a 1.0 release s
845845

846846
### Fixed
847847

848-
- Fix issue with concurrent connection acquiry. (Pull #700)
848+
- Fix issue with concurrent connection acquisition. (Pull #700)
849849
- Fix write error on closing HTTP/2 connections. (Pull #699)
850850

851851
## 0.10.0 (December 29th, 2019)
@@ -1094,7 +1094,7 @@ importing modules within the package.
10941094

10951095
## 0.6.7 (July 8, 2019)
10961096

1097-
- Check for connection aliveness on re-acquiry (Pull #111)
1097+
- Check for connection aliveness on re-acquisition (Pull #111)
10981098

10991099
## 0.6.6 (July 3, 2019)
11001100

0 commit comments

Comments
 (0)