diff --git a/docs/changelog.rst b/docs/changelog.rst index 3003080ad..6b60ea2eb 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 `_ +- Fix show config when the package names are not in canonical form - by :user:`gaborbernat`. + `#2103 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Extended environment variables section - by :user:`majiang` + `#2036 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- ``tox`` no longer shows deprecation warnings for ``distutils.sysconfig`` on + Python 3.10 - by :user:`9999years` + `#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 12bb5a5d2..000000000 --- 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 ecb90308e..000000000 --- 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 60dab49b6..000000000 --- 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 3bc7ce398..000000000 --- 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`.