summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst24
-rw-r--r--docs/changelog/2433.doc.rst1
-rw-r--r--docs/changelog/2469.doc.rst1
-rw-r--r--docs/changelog/2497.bugfix.rst1
-rw-r--r--docs/changelog/2498.bugfix.rst1
-rw-r--r--docs/changelog/2515.bugfix.rst2
6 files changed, 24 insertions, 6 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a333e0dc..54f8428e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,30 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.27.0 (2022-10-25)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Dropped ``--build-option`` in isolated builds, an alternative fix for the ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz`
+ `#2497 <https://github.com/tox-dev/tox/issues/2497>`_
+- Remove read-only files in ``ensure_empty_dir``.
+ `#2498 <https://github.com/tox-dev/tox/issues/2498>`_
+- Multiple tox instances no longer clobber the ``.tox`` directory when
+ ``provision_tox_env`` is used. - by :user:`masenf`
+ `#2515 <https://github.com/tox-dev/tox/issues/2515>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- Clarify that ``install_command`` only takes one command - by :user:`jugmac00`
+ `#2433 <https://github.com/tox-dev/tox/issues/2433>`_
+- Documented problems with plugin and provision env - by :user:`ziima`.
+ `#2469 <https://github.com/tox-dev/tox/issues/2469>`_
+
+
v3.26.0 (2022-09-07)
--------------------
diff --git a/docs/changelog/2433.doc.rst b/docs/changelog/2433.doc.rst
deleted file mode 100644
index 4979ab78..00000000
--- a/docs/changelog/2433.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Clarify that ``install_command`` only takes one command - by :user:`jugmac00`
diff --git a/docs/changelog/2469.doc.rst b/docs/changelog/2469.doc.rst
deleted file mode 100644
index 21dca567..00000000
--- a/docs/changelog/2469.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Documented problems with plugin and provision env - by :user:`ziima`.
diff --git a/docs/changelog/2497.bugfix.rst b/docs/changelog/2497.bugfix.rst
deleted file mode 100644
index 3be93208..00000000
--- a/docs/changelog/2497.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Dropped ``--build-option`` in isolated builds, an alternative fix for the ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz`
diff --git a/docs/changelog/2498.bugfix.rst b/docs/changelog/2498.bugfix.rst
deleted file mode 100644
index 00673fbb..00000000
--- a/docs/changelog/2498.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove read-only files in ``ensure_empty_dir``.
diff --git a/docs/changelog/2515.bugfix.rst b/docs/changelog/2515.bugfix.rst
deleted file mode 100644
index 686fc1ac..00000000
--- a/docs/changelog/2515.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Multiple tox instances no longer clobber the ``.tox`` directory when
-``provision_tox_env`` is used. - by :user:`masenf`