Update CHANGELOG.rst

This commit is contained in:
Jakub Roztocil 2021-09-02 10:37:14 +02:00 committed by GitHub
parent 71008bbedb
commit 41666d897f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
* Added ``--raw`` to allow specifying the raw request body without extra processing as * Added ``--raw`` to allow specifying the raw request body without extra processing as
an alternative to ``stdin``. (`#534`_) an alternative to ``stdin``. (`#534`_)
* Added support for XML formatting. (`#1129`_) * Added support for XML formatting. (`#1129`_)
* Added internal support for file-like object responses to improve adapter plugin support. (`#1094`_)
* Fixed ``--continue --download`` with a single byte to be downloaded left. (`#1032`_) * Fixed ``--continue --download`` with a single byte to be downloaded left. (`#1032`_)
* Fixed ``--verbose`` HTTP 307 redirects with streamed request body. (`#1088`_) * Fixed ``--verbose`` HTTP 307 redirects with streamed request body. (`#1088`_)
* Fixed handling of session files with ``Cookie:`` followed by other headers. (`#1126`_) * Fixed handling of session files with ``Cookie:`` followed by other headers. (`#1126`_)
* Add internal support for file-like object responses to improve adapter plugin support. (`#1094`_)
`2.4.0`_ (2021-02-06) `2.4.0`_ (2021-02-06)