diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2023-01-06 07:41:05 -0800 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2023-01-06 07:41:05 -0800 |
commit | b9b4d02978b6b66e19986fe894aedf9ad26f54a5 (patch) | |
tree | d10ec10009c04d957a31b6b26a50b45af673fca8 /docs/changelog.rst | |
parent | c790c60a214bbcf1da203aee96c60aa0bc4411d1 (diff) | |
download | tox-git-b9b4d02978b6b66e19986fe894aedf9ad26f54a5.tar.gz |
release 4.2.54.2.5
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bf0ece6..72aa991f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.2.5 (2023-01-06) +------------------- + +Bugfixes - 4.2.5 +~~~~~~~~~~~~~~~~ +- The combination of ``usedevelop = true`` and ``--skip-missing-interpreters=false`` will no longer fail for environments + that were *not* invoked - by :user:`stephenfin`. (:issue:`2811`) +- Fix an attribute error when ``use_develop = true`` is set and an unsupported interpreter version is requested - by + :user:`stephenfin`. (:issue:`2826`) +- tox returns a non-zero error code if all envs are skipped. It will now correctly do this if only a single env was + requested and this was skipped - by :user:`stephenfin`. (:issue:`2827`) + + v4.2.4 (2023-01-05) ------------------- |