From: Tom Christie Date: Fri, 7 Aug 2020 15:12:52 +0000 (+0100) Subject: Minor formatting tweak to CHANGELOG (#1142) X-Git-Tag: 0.14.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a25d924bb910e85ca597c7b4ed819c6e9e17aecd;p=thirdparty%2Fhttpx.git Minor formatting tweak to CHANGELOG (#1142) * Update CHANGELOG.md * Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea3bfc6..c720c882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ Some areas of API which were already on the deprecation path, and were raising w See pull requests #1057, #1058. -### Added +### Added * Added dedicated exception class `httpx.HTTPStatusError` for `.raise_for_status()` exceptions. (Pull #1072) * Added `httpx.create_ssl_context()` helper function. (Pull #996)