diff --git a/docs/changelog.rst b/docs/changelog.rst index 80ad6dfa4..ff61b0189 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,33 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.23.1 (2021-05-05) +Bugfixes +^^^^^^^^ + +- Distinguish between normal Windows Python and MSYS2 Python when looking for + virtualenv executable path. Adds os.sep to :class:`InterpreterInfo` + - by :user:`jschwartzentruber` + `#1982 `_ +- Fix a ``tox-conda`` isolation build bug - by :user:`AntoineD`. + `#2056 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Update examples in the documentation to use ``setenv`` in the ``[testenv]`` sections, not wrongly in the ``[tox]`` main section. + - by :user:`AndreyNautilus` + `#1999 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- Enable building tox with ``setuptools_scm`` 6+ by :user:`hroncok` + `#1984 `_ + + v3.23.0 (2021-03-03) -------------------- diff --git a/docs/changelog/1982.bugfix.rst b/docs/changelog/1982.bugfix.rst deleted file mode 100644 index 6cd703a71..000000000 --- a/docs/changelog/1982.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Distinguish between normal Windows Python and MSYS2 Python when looking for -virtualenv executable path. Adds os.sep to :class:`InterpreterInfo` -- by :user:`jschwartzentruber` diff --git a/docs/changelog/1984.misc.rst b/docs/changelog/1984.misc.rst deleted file mode 100644 index 1f4716295..000000000 --- a/docs/changelog/1984.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Enable building tox with ``setuptools_scm`` 6+ by :user:`hroncok` diff --git a/docs/changelog/1999.doc.rst b/docs/changelog/1999.doc.rst deleted file mode 100644 index de8ed9fa0..000000000 --- a/docs/changelog/1999.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Update examples in the documentation to use ``setenv`` in the ``[testenv]`` sections, not wrongly in the ``[tox]`` main section. -- by :user:`AndreyNautilus` diff --git a/docs/changelog/2056.bugfix.rst b/docs/changelog/2056.bugfix.rst deleted file mode 100644 index 16d1f7b13..000000000 --- a/docs/changelog/2056.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a ``tox-conda`` isolation build bug - by :user:`AntoineD`.