From a665f3c3ef69c51a1bc83413677f4713f62a9c83 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 21 Jun 2022 18:16:12 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index f9385025a..143d089b9 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -1,7 +1,10 @@ # Changelog ## Unreleased - 2021-xx-xx -- Add `ServiceRequest::{parts, request}()` to make it easier to use middlewares that only have access to a `&ServiceRequest`. +### Added +- Add `ServiceRequest::{parts, request}()` getter methods. [#2786] + +[#2786]: https://github.com/actix/actix-web/pull/2786 ## 4.1.0 - 2022-06-11 ### Added