From ad1f0d1e71a8641412f31177e755380e5dc90f31 Mon Sep 17 00:00:00 2001 From: masnagam Date: Tue, 21 Jul 2020 11:19:48 +0900 Subject: [PATCH] Must be linked to the PR, not the issue --- actix-http/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 1030e9e2e..afc2accc5 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -4,9 +4,9 @@ ### Changed -* Fix illegal chunked encoding. [#1611] +* Fix illegal chunked encoding. [#1615] -[#1611]: https://github.com/actix/actix-web/issues/1611 +[#1615]: https://github.com/actix/actix-web/pull/1615 ## [2.0.0-beta.1] - 2020-07-11