From b4b354eed0e973399708e97578d639b9d81019f9 Mon Sep 17 00:00:00 2001 From: Mohsen Alizadeh Date: Sun, 23 May 2021 16:39:36 +0200 Subject: [PATCH] update changelog --- awc/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index b2e0ff78d..31346b3f5 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx +### Changed +* Fix `Redirect` middleware to handle redirects without `Location` header. #[#2230] +[#2230]: https://github.com/actix/actix-web/pull/2230 ## 3.0.0-beta.5 - 2021-04-17 ### Removed