Fish shell completion

This commit is contained in:
Jakub Roztocil 2016-07-02 14:33:04 +02:00
parent 83fa772247
commit 595dc51b2d
3 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
* Added the ability to unset a request header with ``Header:``, and send an
empty value with ``Header;``.
* Added ``--default-scheme <URL_SCHEME>``.
* Added fish shell completion (located in ``extras/httpie-completion.fish``
in the Github repo).
* Changed the default JSON ``Accept`` header from ``application/json``
to ``application/json, */*``.