From 582e36b27fa0721c55fb79066caf4c9cdb298b1e Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Mon, 19 Jul 2010 09:21:26 -0400 Subject: [PATCH] History for ssl_ca --- History | 1 + 1 file changed, 1 insertion(+) diff --git a/History b/History index a4a6983..e779bc3 100644 --- a/History +++ b/History @@ -2,6 +2,7 @@ * minor enhancements * Added query methods for HTTP status codes, i.e. response.success? response.created? (thanks citizenparker) + * Added support for ssl_ca_file and ssl_ca_path (dlitz) * bug fixes * Fixed superclass mismatch exception while running tests (thanks dlitz http://github.com/dlitz/httparty/commit/48224f0615b32133afcff4718ad426df7a4b401b)