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.