put 0.6 into changelogs

This commit is contained in:
Sönke Hahn 2016-04-01 19:52:43 +08:00
parent 7ec8eae2e7
commit 2367ee9965
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
0.6
---
* `client` no longer takes `BaseUrl` and `Manager` arguments. Instead, each function returned by `client` requires these two arguments.
0.5
----
---
* Use the `text` package instead of `String`.
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators

View File

@ -1,5 +1,5 @@
on master
---------
0.6
---
* Query parameters that can't be parsed result in a `400` (was `404`).