changelog entry
This commit is contained in:
parent
6d35f3d88f
commit
57445ac1c9
1 changed files with 6 additions and 1 deletions
|
@ -4,9 +4,14 @@
|
||||||
* Add `err422` Unprocessable Entity
|
* Add `err422` Unprocessable Entity
|
||||||
([#646](https://github.com/haskell-servant/servant/pull/646))
|
([#646](https://github.com/haskell-servant/servant/pull/646))
|
||||||
|
|
||||||
* `Handler` is not abstract datatype. Migration hint: change `throwE` to `throwError`.
|
* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
|
||||||
([#641](https://github.com/haskell-servant/servant/issues/641))
|
([#641](https://github.com/haskell-servant/servant/issues/641))
|
||||||
|
|
||||||
|
* Deprecate `serveDirectory` and introduce `serveDirectoryFileServer`,
|
||||||
|
`serveDirectoryWebApp`, `serveDirectoryWebAppLookup`, `serveDirectoryEmbedded`
|
||||||
|
and `serveDirectoryWith` which offer 4 default options and a more flexible
|
||||||
|
one for serving static files.
|
||||||
|
|
||||||
0.7.1
|
0.7.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue