update changelog

This commit is contained in:
fakeshadow 2021-03-25 23:27:10 +08:00
parent 88defccb3e
commit b72d53eced
1 changed files with 2 additions and 1 deletions

View File

@ -2,12 +2,13 @@
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Added ### 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 ### Changed
* `ConnectorService` type is renamed to `BoxConnectorService` [#2081] * `ConnectorService` type is renamed to `BoxConnectorService` [#2081]
[#2081]: https://github.com/actix/actix-web/pull/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 ## 3.0.0-beta.3 - 2021-03-08