From 00c2c5be50aae4ed437725357a142ad93a90f5f0 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Sat, 28 Nov 2020 12:15:37 +0300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d6b27..48d21fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.27.0 (28-11-2020) + +- Crystal 0.35.x support :tada: Thanks @bcardiff :pray: +- Fix issues with responding with long strings [#576](https://github.com/kemalcr/kemal/pull/576). Thanks @mamantoha :pray: +- Fix broken WebSocket support in 0.35.0 [#577](https://github.com/kemalcr/kemal/pull/577). Thanks @mamantoha :pray: +- Allow to set optional response body on redirects [#561](https://github.com/kemalcr/kemal/pull/561). Thanks @mamantoha :pray: + # 0.26.1 (01-12-2019) - Fix process request when a response already closed [#550](https://github.com/kemalcr/kemal/pull/550). Thanks @mamantoha :pray: