add changelog entry

This commit is contained in:
ibraheemdev 2021-03-24 09:51:54 -04:00
parent 7572013fa3
commit c80ee8248b
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
* `Header` extractor for extracting common HTTP headers in handlers. [2094]
### Fixed
* Double ampersand in Logger format is escaped correctly. [#2067]
@ -9,6 +12,7 @@
[871ca5e4](https://github.com/actix/actix-web/commit/871ca5e4ae2bdc22d1ea02701c2992fa8d04aed7)
[#2067]: https://github.com/actix/actix-web/pull/2067
[#2094]: https://github.com/actix/actix-web/pull/2094
## 4.0.0-beta.4 - 2021-03-09

View File

@ -6,11 +6,15 @@
* `client::ConnectorService` as `client::Connector::finish` method's return type [#2081]
* `client::ConnectionIo` trait alias [#2081]
### Chaged
### Changed
* `client::Connector` type now only have one generic type for `actix_service::Service`. [#2063]
### Removed
* Common HTTP headers were moved into actix-web. [2094]
[#2063]: https://github.com/actix/actix-web/pull/2063
[#2081]: https://github.com/actix/actix-web/pull/2081
[#2094]: https://github.com/actix/actix-web/pull/2094
## 3.0.0-beta.4 - 2021-03-08