From f86677842143774e86f1b4ec49b07c9237a18cf6 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 3 Sep 2019 22:37:18 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18db9e91..a7b86195 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,8 @@ This project adheres to `Semantic Versioning `_. * 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.