diff options
| -rw-r--r-- | docs/changelog.rst | 25 | ||||
| -rw-r--r-- | docs/changelog/2036.doc.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2065.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2100.misc.rst | 2 | ||||
| -rw-r--r-- | docs/changelog/2103.bugfix.rst | 1 |
5 files changed, 25 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 3003080a..6b60ea2e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,31 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.24.0 (2021-07-14) +Bugfixes +^^^^^^^^ + +- ``--devenv`` no longer modifies the directory in which the ``.tox`` environment is provisioned - by :user:`isaac-ped` + `#2065 <https://github.com/tox-dev/tox/issues/2065>`_ +- Fix show config when the package names are not in canonical form - by :user:`gaborbernat`. + `#2103 <https://github.com/tox-dev/tox/issues/2103>`_ + + +Documentation +^^^^^^^^^^^^^ + +- Extended environment variables section - by :user:`majiang` + `#2036 <https://github.com/tox-dev/tox/issues/2036>`_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- ``tox`` no longer shows deprecation warnings for ``distutils.sysconfig`` on + Python 3.10 - by :user:`9999years` + `#2100 <https://github.com/tox-dev/tox/issues/2100>`_ + + v3.23.1 (2021-05-05) -------------------- diff --git a/docs/changelog/2036.doc.rst b/docs/changelog/2036.doc.rst deleted file mode 100644 index 12bb5a5d..00000000 --- a/docs/changelog/2036.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Extended environment variables section - by :user:`majiang` diff --git a/docs/changelog/2065.bugfix.rst b/docs/changelog/2065.bugfix.rst deleted file mode 100644 index ecb90308..00000000 --- a/docs/changelog/2065.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``--devenv`` no longer modifies the directory in which the ``.tox`` environment is provisioned - by :user:`isaac-ped` diff --git a/docs/changelog/2100.misc.rst b/docs/changelog/2100.misc.rst deleted file mode 100644 index 60dab49b..00000000 --- a/docs/changelog/2100.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -``tox`` no longer shows deprecation warnings for ``distutils.sysconfig`` on -Python 3.10 - by :user:`9999years` diff --git a/docs/changelog/2103.bugfix.rst b/docs/changelog/2103.bugfix.rst deleted file mode 100644 index 3bc7ce39..00000000 --- a/docs/changelog/2103.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix show config when the package names are not in canonical form - by :user:`gaborbernat`. |
