update changelog

This commit is contained in:
Rob Ede 2022-04-23 12:44:52 +01:00
parent 3f43f10589
commit deffdecf0c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 5 additions and 0 deletions

View File

@ -1,9 +1,14 @@
# Changelog # Changelog
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
### Added
- Add `ServiceRequest::extract` to make it easier to use extractors when writing middlewares. [#2647] - Add `ServiceRequest::extract` to make it easier to use extractors when writing middlewares. [#2647]
### Fixed
- Clear connection-level data on `HttpRequest` drop. [#2742]
[#2647]: https://github.com/actix/actix-web/pull/2647 [#2647]: https://github.com/actix/actix-web/pull/2647
[#2742]: https://github.com/actix/actix-web/pull/2742
## 4.0.1 - 2022-02-25 ## 4.0.1 - 2022-02-25