From deffdecf0cd615fc8add99a83c97fa12b3a0c9c4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 23 Apr 2022 12:44:52 +0100 Subject: [PATCH] update changelog --- actix-web/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index ce1837c78..eac40e38d 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -1,9 +1,14 @@ # Changelog ## Unreleased - 2021-xx-xx +### Added - 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 +[#2742]: https://github.com/actix/actix-web/pull/2742 ## 4.0.1 - 2022-02-25