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

Add a note on pretty JSON and unicode to changelog

Closes #52
Closes #67
This commit is contained in:
Jakub Roztocil 2012-07-17 00:18:42 +02:00
parent df79792fd9
commit 5ca8bec9ff

View File

@ -226,6 +226,7 @@ Changelog
---------
* `0.2.3dev <https://github.com/jkbr/httpie/compare/0.2.2...master>`_
* Unicode characters in prettified JSON now don't get escaped to improve readability.
* --auth now prompts for a password if only a username provided.
* Added support for request payloads from a file path with automatic ``Content-Type`` (``http URL @/path``).
* Fixed missing query string when displaing the request headers via ``--verbose``.