put 0.6 into changelogs
This commit is contained in:
parent
7ec8eae2e7
commit
2367ee9965
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
|
0.6
|
||||||
|
---
|
||||||
|
|
||||||
* `client` no longer takes `BaseUrl` and `Manager` arguments. Instead, each function returned by `client` requires these two arguments.
|
* `client` no longer takes `BaseUrl` and `Manager` arguments. Instead, each function returned by `client` requires these two arguments.
|
||||||
|
|
||||||
0.5
|
0.5
|
||||||
----
|
---
|
||||||
|
|
||||||
* Use the `text` package instead of `String`.
|
* Use the `text` package instead of `String`.
|
||||||
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
on master
|
0.6
|
||||||
---------
|
---
|
||||||
|
|
||||||
* Query parameters that can't be parsed result in a `400` (was `404`).
|
* Query parameters that can't be parsed result in a `400` (was `404`).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue