From 529981af7a792128f737ef73addfd6643e6dc437 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 3 Mar 2016 18:46:58 +0800 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03c90cee..812f62f8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,7 +18,7 @@ This project adheres to `Semantic Versioning `_. * Added ``--max-redirects`` (default 30) * Added ``-A`` as short name for ``--auth-type`` * Added ``-F`` as short name for ``--follow`` -* Removed the ``"implicit_content_type" config option +* Removed the ``implicit_content_type`` config option (use ``"default_options": ["--form"]`` instead) * Redirected ``stdout`` doesn't trigger an error anymore when ``--output FILE`` is set