From 7a78d937b434b9222a42f1b297d2779e56f5c151 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Mon, 1 Aug 2016 17:47:48 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3f5f7dcd..89005516 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## master (unreleased) + +* [#335](https://github.com/httprb/http/issues/335), + [#360](https://github.com/httprb/http/pull/360) + Set `Content-Length: 0` header for `nil` bodies. + ([@britishtea]) + + ## 2.0.2 (2016-06-24) * [#353](https://github.com/httprb/http/pull/353) @@ -537,3 +545,4 @@ end [@mwitek]: https://github.com/mwitek [@tonyta]: https://github.com/tonyta [@jhbabon]: https://github.com/jhbabon +[@britishtea]: https://github.com/britishtea