From 6f65e81934d6a5bf2e28426c211f27a53d04ede8 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Fri, 26 Mar 2021 00:38:57 +0800 Subject: [PATCH] update changelog --- awc/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index c30f0e1ae..4f72e3f93 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2021-xx-xx ### Changed * `ConnectorService` type is renamed to `BoxConnectorService`. [#2081] -* Fix https encoding when enabling `compress` feature. [#2116] +* Fix http/https encoding when enabling `compress` feature. [#2116] [#2081]: https://github.com/actix/actix-web/pull/2081 [#2116]: https://github.com/actix/actix-web/pull/2116