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

Add grempe's contribution to History

This commit is contained in:
Sandro Turriate 2009-11-29 02:37:19 -05:00
parent a4c0a41d12
commit d6af65b083

View file

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