CHANGELOG

This commit is contained in:
Jakub Roztocil 2019-08-31 18:35:18 +02:00
parent b947d4826a
commit 09cd85918e

View File

@ -16,6 +16,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
* Added ``--ignore-netrc`` to allow bypassing credentials from ``.netrc``. * Added ``--ignore-netrc`` to allow bypassing credentials from ``.netrc``.
* Added ``https`` alias command with ``https://`` as the default scheme. * Added ``https`` alias command with ``https://`` as the default scheme.
* Added ``$ALL_PROXY`` documentation. * Added ``$ALL_PROXY`` documentation.
* Added type annotations throughout the codebase.
* Fixed an error when ``stdin`` was a closed fd. * Fixed an error when ``stdin`` was a closed fd.
* Fixed an error when the config directory was not writeable. * Fixed an error when the config directory was not writeable.
* Improved ``--debug`` output formatting. * Improved ``--debug`` output formatting.