From 1964a125b3d04fc14e60ba88af917167bcd51df1 Mon Sep 17 00:00:00 2001 From: Omid Rad Date: Thu, 8 Jul 2021 14:29:06 +0200 Subject: [PATCH] update pr number in changelog --- awc/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index b7dc5f941..26d99ec2e 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,9 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx -* Send headers within the redirect requests. [#2308] +* Send headers within the redirect requests. [#2310] -[#2308]: https://github.com/actix/actix-web/pull/2308 +[#2310]: https://github.com/actix/actix-web/pull/2310 ## 3.0.0-beta.7 - 2021-06-26 ### Changed