From 466df77b6b28cf4d42d372d449acdebe51d0425f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 31 Aug 2019 12:32:48 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da48f090..d75682f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,7 @@ This project adheres to `Semantic Versioning `_. * Added ``--compress`` to allow request body compression. * Added ``--ignore-netrc`` to allow bypassing credentials from ``.netrc``. * Added ``https`` alias command with ``https://`` as the default scheme. +* Added ``$ALL_PROXY`` documentation. * Fixed an error when ``stdin`` was a closed fd. * Fixed an error when the config directory was not writeable.