From 88c27ddb4e1138f012ea46936e0426478ff62994 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Tue, 12 Feb 2019 23:19:18 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ea3e17ac..53a24519 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,23 @@ ## future is unwritten (master) +* [#506](https://github.com/httprb/http/pull/506) + [#521](https://github.com/httprb/http/issues/521) + Skip auto-deflate when there is no body. + ([@Bonias]) + + * [#489](https://github.com/httprb/http/pull/489) Fix HTTP parser. ([@ixti], [@fxposter]) +## 4.0.4 (2019-02-12) + +* Backport [#506](https://github.com/httprb/http/pull/506) from master. + Skip auto-deflate when there is no body. + ([@Bonias]) + + ## 4.0.3 (2019-01-18) * Fix missing URL in response wrapped by auto inflate.