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

History for patch release

This commit is contained in:
Sandro Turriate 2011-01-19 16:03:26 -05:00
parent 66ad037eea
commit 75d13721ce

View file

@ -1,3 +1,8 @@
== 0.7.1 2011-01-19
* bug fixes
* Fix uninitialized constant HTTParty::Response::Net in 1.9.2 (cap10morgan)
* Other fixes for 1.9.2, full suite still fails (cap10morgan)
== 0.7.0 2011-01-18
* minor enhancements
* Added query methods for HTTP status codes, i.e. response.success?