1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-22 03:08:59 +02:00

added --cert to CHANGELOG and matleh to AUTHORS

This commit is contained in:
Matthias Lehmann 2014-02-12 11:23:31 +01:00
parent dd7197c60b
commit b3a34aba44
2 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,4 @@ Patches and ideas
* `cido <https://github.com/cido>`_
* `Justin Bonnar <https://github.com/jargonjustin>`_
* `Nathan LaFreniere <https://github.com/nlf>`_
* `Matthias Lehmann <https://github.com/matleh>`

View File

@ -1269,6 +1269,8 @@ Changelog
*You can click a version name to see a diff with the previous one.*
* `0.9.0-dev`_
* Added ``--cert`` and ``--certkey`` parameters to specify a client side
certificate and private key for SSL
* `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.