From 4a994954665a9d7b5d52c8261fc53645d167fdc8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 18 Apr 2020 20:44:40 +0200 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8dda80c9..1885593d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,7 @@ This project adheres to `Semantic Versioning `_. * 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