Update CHANGELOG.rst

This commit is contained in:
Jakub Roztocil 2020-04-18 20:44:40 +02:00 committed by GitHub
parent 495f67229a
commit 4a99495466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
* Added ``--path-as-is`` to bypass dot segment (``/../`` or ``/./``)
URL squashing (#895).
* Changed the default value ``Accept`` header value for JSON requests from
* Changed the default ``Accept`` header value for JSON requests from
``application/json, */*`` to ``application/json, */*;q=0.5``
to clearly indicate preference (#488).
* Fixed ``--form`` file upload mixed with redirected ``stdin`` error handling