From: Tom Christie Date: Fri, 7 Jan 2022 10:51:17 +0000 (+0000) Subject: Fix typo in change-log. (#2018) X-Git-Tag: 0.22.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c8cb1fe2da9380f8046a19cdd5aade586f69c8;p=thirdparty%2Fhttpx.git Fix typo in change-log. (#2018) Version was specified incorrectly. See: https://github.com/encode/httpx/pull/2016#issuecomment-1006721639 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d8020a..826e85b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.12.2. (#2016) +* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.21.2. (#2016) ## 0.21.2 (5th January, 2022)