Add more changelog entries
This commit is contained in:
parent
6faa742c4a
commit
e6206cc51e
3 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
----
|
||||
|
||||
* Add MonadBase and MonadBaseControl instances for ClientM
|
||||
([#663](https://github.com/haskell-servant/servant/issues/663))
|
||||
|
||||
* client asks for any content-type in Accept contentTypes non-empty list
|
||||
([#615](https://github.com/haskell-servant/servant/pull/615))
|
||||
|
||||
0.9.1.1
|
||||
-------
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
0.10
|
||||
----
|
||||
|
||||
* Add `err422` Unprocessable Entity
|
||||
([#646](https://github.com/haskell-servant/servant/pull/646))
|
||||
|
||||
0.7.1
|
||||
------
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
------
|
||||
|
||||
* Use `NT` from `natural-transformation` for `Enter`
|
||||
([#616](https://github.com/haskell-servant/servant/issues/616))
|
||||
|
||||
0.9.1
|
||||
------
|
||||
|
|
Loading…
Reference in a new issue