fix changelog

This commit is contained in:
Rob Ede 2022-02-04 19:46:13 +00:00
parent b2cb6e3a1a
commit cd16929b0e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,11 @@
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Added ### Added
- Implement `From<Vec<u8>>` for `Response<Vec<u8>>`. [#????] - Implement `From<Vec<u8>>` for `Response<Vec<u8>>`. [#2625]
- Expose `ServiceConfig::write_date_header`. [#2625]
### Changed ### Changed
- `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#2624] - `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#2624]
- Expose `ServiceConfig::write_date_header`. [#2625]
### Fixed ### 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] - Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. [#2624]

View File

@ -7,6 +7,7 @@
[#2625]: https://github.com/actix/actix-web/pull/2625 [#2625]: https://github.com/actix/actix-web/pull/2625
## 4.0.0-rc.2 - 2022-02-02 ## 4.0.0-rc.2 - 2022-02-02
### Added ### Added
- On-by-default `macros` feature flag to enable routing and runtime macros. [#2619] - On-by-default `macros` feature flag to enable routing and runtime macros. [#2619]