From: Tom Christie Date: Tue, 22 Sep 2020 10:49:33 +0000 (+0100) Subject: Include curio support in CHANGELOG (#1304) X-Git-Tag: 0.15.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d11756585067c4f140be600098ed796b5430542;p=thirdparty%2Fhttpx.git Include curio support in CHANGELOG (#1304) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c889b440..3c1fb318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +* Added support for curio. (Pull https://github.com/encode/httpcore/pull/168) * Added support for event hooks. (Pull #1246) * Added support for authentication flows which require either sync or async I/O. (Pull #1217) * Added support for monitoring download progress with `response.num_bytes_downloaded`. (Pull #1268)