From e2d4ea6a6600559b87561b3a496f4ca3d2901f2a Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 8 Feb 2021 13:39:34 -0800 Subject: [PATCH] update changelog --- actix-http/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 11171c67d..8ce5816ec 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -19,7 +19,7 @@ * `client::error::ConnectError` Resolver variant contains `Box` type [#1905] * `client::ConnectorConfig` default timeout changed to 5 seconds. [#1905] * Simplify `BlockingError` type to a struct. It's only triggered with blocking thread pool is dead. [#1957] -* `body::ResponseBody` enum use named field. +* `body::ResponseBody` enum use named field. [#1968] ### Removed * `ResponseBuilder::set`; use `ResponseBuilder::insert_header`. [#1869] @@ -35,6 +35,7 @@ [#1905]: https://github.com/actix/actix-web/pull/1905 [#1912]: https://github.com/actix/actix-web/pull/1912 [#1957]: https://github.com/actix/actix-web/pull/1957 +[#1968]: https://github.com/actix/actix-web/pull/1968 ## 3.0.0-beta.1 - 2021-01-07