From d6af65b083818b843f66dff6aa23460aa7392801 Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Sun, 29 Nov 2009 02:37:19 -0500 Subject: [PATCH] Add grempe's contribution to History --- History | 1 + 1 file changed, 1 insertion(+) diff --git a/History b/History index d7fcdb2..7870454 100644 --- a/History +++ b/History @@ -5,6 +5,7 @@ * raise UnsupportedURIScheme when scheme is not HTTP or HTTPS (djspinmonkey) * Allow SSL for ports other than 443 when scheme is HTTPS (stefankroes) * Accept PEM certificates via HTTParty#pem (chrislo) + * Support HEAD and OPTION verbs (grempe) == 0.4.5 2009-09-12 * bug fixes