1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

CHANGELOG

This commit is contained in:
Jakub Roztocil 2019-09-03 22:37:18 +02:00
parent 5a4392076a
commit f866778421

View File

@ -23,6 +23,8 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
* Added ``https`` alias command with ``https://`` as the default scheme.
* Added ``$ALL_PROXY`` documentation.
* Added type annotations throughout the codebase.
* Added ``tests/`` to PyPi package for the convenience of
downstream package maintainers’.
* Fixed an error when ``stdin`` was a closed fd.
* Fixed an error when the config directory was not writeable.
* Improved ``--debug`` output formatting.