diff --git a/CHANGES.md b/CHANGES.md index ef9ee900a..aad8ec7a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index c4e0aec89..332196ff4 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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