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 ------