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

Updated history.

This commit is contained in:
John Nunemaker 2009-07-19 20:12:55 -04:00
parent 927d67eae5
commit bc679294cc

View file

@ -1,8 +1,10 @@
== 0.4.6 (working)
* 1 minor update
== 0.4.4 2009-07-19
* 2 minor update
* :query no longer sets form data. Use body and set content type to application/x-www-form-urlencoded if you need it. :query was wrong for that.
* Fixed a bug in the cookies class method that caused cookies to be forgotten after the first request.
* Also, some general cleanup of tests and such.
== 0.4.5 2009-04-23
== 0.4.3 2009-04-23
* 1 minor update
* added message to the response object