1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

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
+1 -1
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