diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 806c8982a..7c3da9a8e 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,6 +1,13 @@ # Changes ## Unreleased - 2021-xx-xx +### Changed +- Rename `ServiceConfig::{client_timer_expire => client_request_deadline}`. [#2611] +- Rename `ServiceConfig::{client_timer => client_request_timer}`. [#2611] +- Rename `ServiceConfig::{client_disconnect_timer => client_disconnect_deadline}`. [#2611] +- Rename `ServiceConfig::{keep_alive_timer => keep_alive_deadline}`. [#2611] + +[#2611]: https://github.com/actix/actix-web/pull/2611 ## 3.0.0-beta.19 - 2022-01-21 @@ -10,10 +17,6 @@ ### Changed - Brotli (de)compression support is now provided by the `brotli` crate. [#2538] -- Rename `ServiceConfig::{client_timer_expire => client_request_deadline}`. [#????] -- Rename `ServiceConfig::{client_timer => client_request_timer}`. [#????] -- Rename `ServiceConfig::{client_disconnect_timer => client_disconnect_deadline}`. [#????] -- Rename `ServiceConfig::{keep_alive_timer => keep_alive_deadline}`. [#????] ### Removed - `ResponseHead::extensions[_mut]()`. [#2585] @@ -22,7 +25,6 @@ [#2538]: https://github.com/actix/actix-web/pull/2538 [#2585]: https://github.com/actix/actix-web/pull/2585 [#2587]: https://github.com/actix/actix-web/pull/2587 -[#????]: https://github.com/actix/actix-web/pull/???? ## 3.0.0-beta.18 - 2022-01-04