Skip to content

Commit 57445ac

Browse files
alpmestanphadej
authored andcommitted
changelog entry
1 parent 6d35f3d commit 57445ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

servant-server/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
* Add `err422` Unprocessable Entity
55
([#646](https://github.com/haskell-servant/servant/pull/646))
66

7-
* `Handler` is not abstract datatype. Migration hint: change `throwE` to `throwError`.
7+
* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
88
([#641](https://github.com/haskell-servant/servant/issues/641))
99

10+
* Deprecate `serveDirectory` and introduce `serveDirectoryFileServer`,
11+
`serveDirectoryWebApp`, `serveDirectoryWebAppLookup`, `serveDirectoryEmbedded`
12+
and `serveDirectoryWith` which offer 4 default options and a more flexible
13+
one for serving static files.
14+
1015
0.7.1
1116
------
1217

0 commit comments

Comments
 (0)