diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 2e32c62cd..3beb84e23 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,11 +2,11 @@ ## Unreleased - 2021-xx-xx ### Added -- Implement `From>` for `Response>`. [#????] +- Implement `From>` for `Response>`. [#2625] +- Expose `ServiceConfig::write_date_header`. [#2625] ### Changed - `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#2624] -- Expose `ServiceConfig::write_date_header`. [#2625] ### Fixed - Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. [#2624] diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 879d72d2e..37fe6ca6a 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -7,6 +7,7 @@ [#2625]: https://github.com/actix/actix-web/pull/2625 + ## 4.0.0-rc.2 - 2022-02-02 ### Added - On-by-default `macros` feature flag to enable routing and runtime macros. [#2619]