Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edgurgel committed Oct 14, 2014
1 parent 86471f9 commit b10ffc1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b10ffc1

Please sign in to comment.