Skip to content

Commit

Permalink
Fix typo in 0.14.0 changelog (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Aug 8, 2020
1 parent a25d924 commit b9db5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The 0.14 release includes a range of improvements to the public API, intended on

When upgrading you should be aware of the following public API changes. Note that deprecated usages will currently continue to function, but will issue warnings.

* You should now use `httpx.codes` consistently in favour of `httpx.StatusCodes`.
* You should now use `httpx.codes` consistently instead of `httpx.StatusCodes`.
* Usage of `httpx.Timeout()` should now always include an explicit default. Eg. `httpx.Timeout(None, pool=5.0)`.
* When using `httpx.Timeout()`, we now have more concisely named keyword arguments. Eg. `read=5.0`, instead of `read_timeout=5.0`.
* Use `httpx.Limits()` instead of `httpx.PoolLimits()`, and `limits=...` instead of `pool_limits=...`.
Expand Down

0 comments on commit b9db5e1

Please sign in to comment.