Cut 0.5 in changelogs

This commit is contained in:
Julian K. Arni 2016-03-19 13:26:13 +01:00
parent eb11fe6b02
commit 101e138a4b
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
HEAD
0.5
----
* Use the `text` package instead of `String`.

View File

@ -1,4 +1,4 @@
HEAD
0.5
----
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators

View File

@ -1,4 +1,4 @@
HEAD
0.5
-----
* Use the `text` package instead of `String`.
* Extract javascript-oblivious types and helpers to *servant-foreign*

View File

@ -1,4 +1,4 @@
HEAD
0.5
----
* Provide new targets for code generation along with the old jQuery one: vanilla Javascript and Angular.js

View File

@ -1,4 +1,4 @@
HEAD
0.5
----
* Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327).

View File

@ -1,4 +1,4 @@
HEAD
0.5
----
* Add `WithNamedConfig` combinator.