From 7f71bfc11c481442313db048d953f4a873b5ccaf Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 18 Aug 2022 01:07:37 +0100 Subject: [PATCH] Update CHANGES.md --- awc/CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 26c69bde8..9cf294616 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -5,7 +5,10 @@ - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ### Fixed -- Fixed handling of redirection requests that begin with `//`. [#XXXX] +- Fixed handling of redirection requests that begin with `//`. [#2840] + +[#2840]: https://github.com/actix/actix-web/pull/2840 + ## 3.0.0 - 2022-03-07 ### Dependencies