From 09cd85918e38c9d50d056f4ad2d468d605adabd1 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 31 Aug 2019 18:35:18 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 282d64da..9ba2e419 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. +* Added type annotations throughout the codebase. * Fixed an error when ``stdin`` was a closed fd. * Fixed an error when the config directory was not writeable. * Improved ``--debug`` output formatting.