diff --git a/NEWS.md b/NEWS.md index ebd138c4..efcf9a85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ # NEWS +0.15.2 - 2014/11/27 +------------------- + +- fix: handle strings in headers +- fix; convert User/Password as string if needed +- fix: handle body given as an empty list + 0.15.1 - 2014/11/26 ------------------- diff --git a/README.md b/README.md index 496d4080..fa8b67e7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2014 Benoît Chesneau. -__Version:__ 0.15.1 +__Version:__ 0.15.2 # hackney diff --git a/doc/README.md b/doc/README.md index a9132193..2b29086c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2014 Benoît Chesneau. -__Version:__ 0.15.1 +__Version:__ 0.15.2 # hackney diff --git a/doc/hackney_bstr.md b/doc/hackney_bstr.md index 8f27c892..f00d5794 100644 --- a/doc/hackney_bstr.md +++ b/doc/hackney_bstr.md @@ -178,7 +178,7 @@ Convert a binary string to lowercase. ### to_upper/1 ### -`to_upper(U) -> any()` +`to_upper(L) -> any()` diff --git a/doc/overview.edoc b/doc/overview.edoc index e08d7e4b..38a81434 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -16,7 +16,7 @@ @copyright 2012-2014 Benoît Chesneau. -@version 0.15.1 +@version 0.15.2 @title hackney - HTTP client library in Erlang @doc diff --git a/src/hackney.app.src b/src/hackney.app.src index aef4ff8a..8164d8c8 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -4,7 +4,7 @@ {application, hackney, [ {description, "simple HTTP client"}, - {vsn, "0.15.1"}, + {vsn, "0.15.2"}, {registered, [hackney_pool]}, {applications, [kernel, stdlib,