mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Update history
This commit is contained in:
parent
0d808c7f3a
commit
4a1976aef0
1 changed files with 8 additions and 0 deletions
8
History
8
History
|
@ -1,3 +1,11 @@
|
|||
== 0.14.0
|
||||
* [added status predicate methods to Response#respond_to?](https://github.com/jnunemaker/httparty/pull/482)
|
||||
* [allow empty array to be used as param](https://github.com/jnunemaker/httparty/pull/477)
|
||||
* [add support for MKCOL method](https://github.com/jnunemaker/httparty/pull/465)
|
||||
* [remove json gem from gemspec](https://github.com/jnunemaker/httparty/pull/464)
|
||||
* [stop mutating cookie hash](https://github.com/jnunemaker/httparty/pull/460)
|
||||
* [optional raising exception on certain status codes](https://github.com/jnunemaker/httparty/pull/455)
|
||||
|
||||
== 0.13.7 aka "party not as hard"
|
||||
* remove post install emoji as it caused installation issues for some people
|
||||
|
||||
|
|
Loading…
Reference in a new issue