]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Include curio support in CHANGELOG (#1304) 0.15.0
authorTom Christie <tom@tomchristie.com>
Tue, 22 Sep 2020 10:49:33 +0000 (11:49 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 10:49:33 +0000 (11:49 +0100)
CHANGELOG.md

index c889b4407f9825912cb8520ecbf3ce18f0688e15..3c1fb318326330090c90b9cec8170c0081c867ac 100644 (file)
@@ -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)