Add changelog entry

This commit is contained in:
Oleg Grenrus 2017-01-16 10:31:18 +02:00
parent 9e4285f99d
commit 826f0caf5b

View File

@ -4,6 +4,10 @@
* Use `NT` from `natural-transformation` for `Enter`
([#616](https://github.com/haskell-servant/servant/issues/616))
* Change to `MkLink (Verb ...) = Link` (previously `URI`). To consume `Link`
use its `ToHttpApiData` instance.
([#527](https://github.com/haskell-servant/servant/issues/527))
0.9.1
------