From 9ff36241622bfb3c73035a5def56c9fb7ed84934 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Thu, 1 Apr 2021 11:10:49 -0400 Subject: [PATCH] add awc changelog entry --- awc/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index b745e9868..c1031239a 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -7,8 +7,10 @@ ### Changed * `ConnectorService` type is renamed to `BoxConnectorService`. [#2081] * Fix http/https encoding when enabling `compress` feature. [#2116] +* Rename `TestResponse::header` to `append_header`, `set` to `insert_header`. `TestResponse` header methods now take `IntoHeaderPair` tuples. [#2094] [#2081]: https://github.com/actix/actix-web/pull/2081 +[#2094]: https://github.com/actix/actix-web/pull/2094 [#2114]: https://github.com/actix/actix-web/pull/2114 [#2116]: https://github.com/actix/actix-web/pull/2116