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

Add status code change to History

This commit is contained in:
Sandro Turriate 2010-07-18 13:41:12 -04:00
parent be88e04b67
commit 2564b3e5ee

View file

@ -1,4 +1,11 @@
== 0.6.1
== 0.7.0 (master)
* minor enhancements
* Added query methods for HTTP status codes, i.e. response.success?
response.created? (thanks citizenparker)
* bug fixes
* Fixed superclass mismatch exception while running tests
== 0.6.1 2010-07-07
* minor enhancements
* updated to crack 0.1.8
* bug fixes