From 0ba5e5e713b342a865f4178d80f1d256f2797348 Mon Sep 17 00:00:00 2001 From: Thiago Arrais Date: Thu, 10 Dec 2020 13:24:18 -0300 Subject: [PATCH] include changelog entry for redirects --- awc/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 7ca415336..e41d74a2c 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased - 2020-xx-xx +### Fixed +* Follows redirects and respects `disable_redirects` and `max_redirects` options. + ## 2.0.3 - 2020-11-29 ### Fixed