update changeloge

This commit is contained in:
Rob Ede 2022-02-02 20:09:05 +00:00
parent 104b10c9a6
commit 95fe9664e5
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Changed ### Changed
- `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#????] - `error::DispatcherError` enum is now marked `#[non_exhaustive]`. [#2624]
### 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. [#????] - Issue where handlers that took payload but then dropped without reading it to EOF it would cause keep-alive connections to become stuck. [#2624]
[#2611]: https://github.com/actix/actix-web/pull/2611 [#2624]: https://github.com/actix/actix-web/pull/2624
## 3.0.0-rc.1 - 2022-01-31 ## 3.0.0-rc.1 - 2022-01-31