diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2022-12-20 11:02:55 -0800 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2022-12-20 11:02:55 -0800 |
commit | f460c848466cdf3156867e272f86d4cdccabd714 (patch) | |
tree | 84b4532a56a4f7aeaf3b9d197db0516a226e49c4 /docs/changelog.rst | |
parent | 47052d41ca38ff91c3d547e851d95e85d822dc7b (diff) | |
download | tox-git-f460c848466cdf3156867e272f86d4cdccabd714.tar.gz |
release 4.0.164.0.16
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 49c1e0af..98aac239 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Release History .. towncrier release notes start +v4.0.16 (2022-12-20) +-------------------- + +Bugfixes - 4.0.16 +~~~~~~~~~~~~~~~~~ +- Fix :ref:`change_dir` is relative to current working directory rather than to the :ref:`tox_root` when using the ``-c`` + argument to locate the ``tox.ini`` file - by :user:`gaborbernat`. (:issue:`2619`) + + v4.0.15 (2022-12-19) -------------------- |