From 82a224a65897086efcdb8923c7a4788906897da9 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 31 Aug 2019 18:00:34 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d75682f0..76f6f152 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ This project adheres to `Semantic Versioning `_. * Added ``--ignore-netrc`` to allow bypassing credentials from ``.netrc``. * Added ``https`` alias command with ``https://`` as the default scheme. * Added ``$ALL_PROXY`` documentation. +* Improved ``--debug`` output formatting. * Fixed an error when ``stdin`` was a closed fd. * Fixed an error when the config directory was not writeable.