From 98a39a60dc829e914c4db841206b759126f31463 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Thu, 18 Feb 2021 03:58:09 -0800 Subject: [PATCH] update changelog --- awc/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 97ee107d0..e6ead2cc8 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -10,6 +10,7 @@ ### Removed * `ClientBuilder::default` function [#2008] +* `ClientBuilder::disable_redirects` and `ClientBuilder::max_redirects` method [#2008] [#1931]: https://github.com/actix/actix-web/pull/1931 [#1981]: https://github.com/actix/actix-web/pull/1981