From: Riccardo Magliocchetti Date: Sat, 8 Aug 2020 07:38:08 +0000 (+0200) Subject: Fix typo in 0.14.0 changelog (#1148) X-Git-Tag: 0.14.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9db5e149ea794e8ee06c7e0526c0d6d37dd8348;p=thirdparty%2Fhttpx.git Fix typo in 0.14.0 changelog (#1148) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c720c882..24f0091b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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=...`.