From deee2dffd05927f28d8ed586a9be5476f7d72259 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 13 Jan 2020 14:50:58 +0100 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9f2a47f..2776c3f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,7 @@ This project adheres to `Semantic Versioning `_. * Replaced the old collect-all-then-process handling of HTTP communication with one-by-one processing of each HTTP request or response as they become available. This means that you can see headers immediately, - see what is being send even when the request fails, etc. + see what is being sent even if the request fails, etc. * Removed automatic config file creation to avoid concurrency issues. * Removed the default 30-second connection ``--timeout`` limit. * Removed Python’s default limit of 100 response headers.