From cb10a72c171bf33c5735ffde552c7b8118619b35 Mon Sep 17 00:00:00 2001 From: masnagam Date: Mon, 20 Jul 2020 22:56:15 +0900 Subject: [PATCH] Update CHANGES.md --- actix-http/CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a185a9f81..1030e9e2e 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,12 @@ ## [Unreleased] - xxx +### Changed + +* Fix illegal chunked encoding. [#1611] + +[#1611]: https://github.com/actix/actix-web/issues/1611 + ## [2.0.0-beta.1] - 2020-07-11 ### Changed