1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-05 22:53:32 +02:00

Changelog

This commit is contained in:
Jakub Roztocil 2016-10-26 12:18:53 +02:00
parent 6267f21f21
commit bfc23b1412

View File

@ -11,7 +11,8 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
* Added support for ``curses``-less Python installations.
* Fixed ``REQUEST_ITEM`` arg incorrectly being reported as required.
* Changed the exit status code to ``130`` for CTRL-C keyboard interrupts.
* Improved ``CTRL-C`` interrupt handling.
* Added the standard exit status code ``130`` for keyboard interrupts.
`0.9.6`_ (2016-08-13)