diff --git a/awc/CHANGES.md b/awc/CHANGES.md index c9d414dfe..9e5af67c1 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -2,12 +2,13 @@ ## Unreleased - 2021-xx-xx ### Added -* Add `Client::headers` to get default mut reference of `HeaderMap` of client object. +* Add `Client::headers` to get default mut reference of `HeaderMap` of client object. [#2114] ### Changed * `ConnectorService` type is renamed to `BoxConnectorService` [#2081] [#2081]: https://github.com/actix/actix-web/pull/2081 +[#2114]: https://github.com/actix/actix-web/pull/2114 ## 3.0.0-beta.3 - 2021-03-08