From 4671bb247d8bc733cc6355b62da7dbb16b50b312 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Fri, 26 Mar 2021 00:33:21 +0800 Subject: [PATCH] update changelong --- awc/CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index ee975aac6..c30f0e1ae 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -2,10 +2,11 @@ ## Unreleased - 2021-xx-xx ### Changed -* `ConnectorService` type is renamed to `BoxConnectorService` [#2081] -* Fix https encoding when enabling `compress` feature. +* `ConnectorService` type is renamed to `BoxConnectorService`. [#2081] +* Fix 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 ## 3.0.0-beta.3 - 2021-03-08