From 4a1976aef0bd4b9e167706e75e4320b3b2b3259d Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Mon, 25 Jul 2016 10:18:25 -0400 Subject: [PATCH] Update history --- History | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History b/History index 334d544..72942ba 100644 --- a/History +++ b/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