Add changelog entry for #1317

This commit is contained in:
Ole Krüger 2020-07-01 23:27:08 +01:00 committed by Julian Ospald
parent 069503e941
commit 91a6452676
No known key found for this signature in database
GPG Key ID: 3786C5262ECB4A3F

View File

@ -0,0 +1,11 @@
synopsis: Server-sent events (SSE) for client-side
prs: #1317
issues: #1317
description: {
Implement Server-sent events (SSE) for the Servant client using a new
combinator "ServerSentEvents". The raw event messages, accumulated events and
JSON-processed events can be exposed.
}