diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bf0ece62..72aa991fc 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) ------------------- diff --git a/docs/changelog/2811.bugfix.rst b/docs/changelog/2811.bugfix.rst deleted file mode 100644 index 24f535696..000000000 --- a/docs/changelog/2811.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -The combination of ``usedevelop = true`` and ``--skip-missing-interpreters=false`` will no longer fail for environments -that were *not* invoked - by :user:`stephenfin`. diff --git a/docs/changelog/2826.bugfix.rst b/docs/changelog/2826.bugfix.rst deleted file mode 100644 index 1d0ec7d4a..000000000 --- a/docs/changelog/2826.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix an attribute error when ``use_develop = true`` is set and an unsupported interpreter version is requested - by -:user:`stephenfin`. diff --git a/docs/changelog/2827.bugfix.rst b/docs/changelog/2827.bugfix.rst deleted file mode 100644 index 1fa283631..000000000 --- a/docs/changelog/2827.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -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`.