From a71405f8738b65ecdf54c210557ccbf9c2ee9a31 Mon Sep 17 00:00:00 2001 From: Jonny Reeves Date: Tue, 6 Aug 2019 12:14:22 +0100 Subject: [PATCH] Prepare 0.11.0 release (#528) * Prepare 0.11.0 release * Improve changelog message --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f56872..470cb2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.0 +### Breaking changes +* Server: Revert changes to flusher interface which accidentally introduced a recursive call to `Flush()`. [@johanbrandhorst](https://github.com/johanbrandhorst) in [#527](https://github.com/improbable-eng/grpc-web/pull/527) + ## 0.10.0 ### Breaking Changes * Server: Check flusher interface before calling Flush. [@mangas](https://github.com/mangas) in [#479](https://github.com/improbable-eng/grpc-web/pull/479)