mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 08:55:05 +01:00
Updated CHANGELOG
This commit is contained in:
parent
11a37067e7
commit
6435532f72
@ -12,6 +12,8 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
* Added ``-A`` as short name for ``--auth-type``
|
||||
* Changed the default color style back to``solarized`` as it supports
|
||||
both the light and dark terminal background mode.
|
||||
* Fixed ``--session`` when used with ``--download``.
|
||||
* Fixed handling of ``Content-Type`` with multiple ``+subtype`` parts.
|
||||
|
||||
|
||||
`0.9.3`_ (2016-01-01)
|
||||
|
@ -359,7 +359,7 @@ token ``--`` to prevent confusion with ``--arguments``:
|
||||
.. code-block:: http
|
||||
|
||||
POST /post HTTP/1.1
|
||||
--Weird-Header: yes
|
||||
--Weird-Header: bar
|
||||
|
||||
{
|
||||
"-name-starting-with-dash": "value"
|
||||
|
Loading…
Reference in New Issue
Block a user