From d41cb5d5c3dfc542aa1e19a724787694ef19267e Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Wed, 27 Jan 2010 02:12:08 -0500 Subject: [PATCH] Add seth's contribution to History --- History | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History b/History index c5fd243..d41efef 100644 --- a/History +++ b/History @@ -1,4 +1,7 @@ == 0.5.1 (master) +* bug fixes + * Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz) + * Only redirect 300 responses if the header contains a Location * minor enhancements * HTTParty#debug_output prints debugging information for the current request (iwarshak)