mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
88defccb3e
commit
b72d53eced
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue