From b3a34aba4471d479b52758ea9ea1aa0e1e94f741 Mon Sep 17 00:00:00 2001 From: Matthias Lehmann Date: Wed, 12 Feb 2014 11:23:31 +0100 Subject: [PATCH] added --cert to CHANGELOG and matleh to AUTHORS --- AUTHORS.rst | 1 + README.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 126e6a7b..f17b336f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -30,3 +30,4 @@ Patches and ideas * `cido `_ * `Justin Bonnar `_ * `Nathan LaFreniere `_ +* `Matthias Lehmann ` diff --git a/README.rst b/README.rst index b5a50713..3346d5e2 100644 --- a/README.rst +++ b/README.rst @@ -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.