From c6311be5a1f65ac5a4ff213f771eee37ace7c5ec Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 9 Nov 2018 21:52:20 +0200 Subject: [PATCH] Add #1077 entry --- servant/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/servant/CHANGELOG.md b/servant/CHANGELOG.md index 7c478e9e..338bd8dd 100644 --- a/servant/CHANGELOG.md +++ b/servant/CHANGELOG.md @@ -5,7 +5,10 @@ ### Significant changes -- Streaming refactoring. [#991](https://github.com/haskell-servant/servant/pull/991) +- Streaming refactoring. + [#991](https://github.com/haskell-servant/servant/pull/991) + [#1076](https://github.com/haskell-servant/servant/pull/1076) + [#1077](https://github.com/haskell-servant/servant/pull/1077) The streaming functionality (`Servant.API.Stream`) is refactored to use `servant` own `SourceIO` type (see `Servant.Types.SourceT` documentation), @@ -23,7 +26,8 @@ This change shouldn't affect you, if you don't use streaming endpoints. -- *servant-client* Separate streaming client. [#1066](https://github.com/haskell-servant/servant/pull/1066) +- *servant-client* Separate streaming client. + [#1066](https://github.com/haskell-servant/servant/pull/1066) We now have two `http-client` based clients, in `Servant.Client` and `Servant.Client.Streaming`.