1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Changelog

This commit is contained in:
Jakub Roztocil 2014-09-08 07:50:41 +02:00
parent afe521ef73
commit 24f46ff3ef

View File

@ -1281,6 +1281,7 @@ Changelog
now only escapes special characters (the ones that are used as key-value
separators).
* Fixed ``--output=/dev/null`` on Linux.
* Improved terminal color depth detection via ``curses``.
* `0.8.0`_ (2014-01-25)
* Added ``field=@file.txt`` and ``field:=@file.json`` for embedding
the contents of text and JSON files into request data.