1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Add seth's contribution to History

This commit is contained in:
Sandro Turriate 2010-01-27 02:12:08 -05:00
parent 9a35f6cd2c
commit d41cb5d5c3

View file

@ -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)