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

Add djspinmonkey's contribution to History

This commit is contained in:
Sandro Turriate 2009-11-19 23:39:36 -05:00
parent c5701e55a5
commit 02272bad00

View file

@ -2,6 +2,7 @@
* minor enhancements
* Register a customized response parser
* Curl inspired output when using the binary in verbose mode (alexvollmer)
* raise UnsupportedURIScheme when scheme is not HTTP or HTTPS (djspinmonkey)
== 0.4.5 2009-09-12
* bug fixes