mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Release 0.8.3.
This commit is contained in:
parent
9fd5259c8d
commit
1d6e2fa72a
2 changed files with 8 additions and 1 deletions
7
History
7
History
|
@ -1,3 +1,10 @@
|
|||
== 0.8.3 2012-04-21
|
||||
* new
|
||||
* [lazy parsing of responses](https://github.com/jnunemaker/httparty/commit/9fd5259c8dab00e426082b66af44ede2c9068f45)
|
||||
* [add support for PATCH requests](https://github.com/jnunemaker/httparty/commit/7ab6641e37a9e31517e46f6124f38c615395d38a)
|
||||
* bug fixes
|
||||
* [subclasses no longer override superclass options](https://github.com/jnunemaker/httparty/commit/682af8fbf672e7b3009e650da776c85cdfe78d39)
|
||||
|
||||
== 0.8.2 2012-04-12
|
||||
* new
|
||||
* add -r to make CLI return failure code if status >= 400
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.8.2"
|
||||
VERSION = "0.8.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue