mirror of https://github.com/fafhrd91/actix-web
fix changelog
This commit is contained in:
parent
b2cb6e3a1a
commit
cd16929b0e
|
@ -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]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue