From b10ffc149a4ef40e17398562be156cce1fce97e4 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Tue, 14 Oct 2014 21:32:17 +1300 Subject: [PATCH] Update CHANGELOG.md [ci skip] --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e60632..28b4563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## 0.4.3 (2014-09-09) +## 0.5.0 (2014-10-14) + +* API breaking changes: + + * HTTPoison.HTTPError was renamed to HTTPoison.Error; + * Requests will now return `{:ok, response}` or `{:error, error}` + * The old behaviour will be followed by new functions with bang, example: + +`HTTPoison.get!` will follow the old behaviour of `HTTPoison.get` + +Related discussion: https://github.com/edgurgel/httpoison/issues/27 + +## 0.4.3 (2014-10-09) * Update hackney to ~> 0.14.1 * Fix error raising (#26)