From 5d11756585067c4f140be600098ed796b5430542 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 22 Sep 2020 11:49:33 +0100 Subject: [PATCH] Include curio support in CHANGELOG (#1304) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)