From 57445ac1c9da0704f29160b381b9a45f14e34135 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 9 Jan 2017 11:04:08 +0100 Subject: [PATCH] changelog entry --- servant-server/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/servant-server/CHANGELOG.md b/servant-server/CHANGELOG.md index 411b4af4..a3815bdb 100644 --- a/servant-server/CHANGELOG.md +++ b/servant-server/CHANGELOG.md @@ -4,9 +4,14 @@ * Add `err422` Unprocessable Entity ([#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)) +* 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 ------