summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-06-06 09:40:35 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-06-06 09:40:35 +0100
commitd340d89e28ef212fecdbf81f2648fb4f5a4a238d (patch)
tree25c536fd3723ae871a2c0b4d48e163983b9c1765
parent121ef6ba07c0a8e6302e50aabca16c747f036fff (diff)
downloadtox-git-d340d89e28ef212fecdbf81f2648fb4f5a4a238d.tar.gz
release 3.15.23.15.2
-rw-r--r--docs/changelog.rst19
-rw-r--r--docs/changelog/1497.bugfix.rst1
-rw-r--r--docs/changelog/1594.misc.rst1
-rw-r--r--docs/changelog/1597.bugfix.rst1
4 files changed, 19 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 305c29f3..4f9caef0 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,25 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.15.2 (2020-06-06)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Add an option to allow a process to suicide before sending the SIGTERM. - by :user:`jhesketh`
+ `#1497 <https://github.com/tox-dev/tox/issues/1497>`_
+- PyPy 7.3.1 on Windows uses the ``Script`` folder instead of ``bin``. - by :user:`gaborbernat`
+ `#1597 <https://github.com/tox-dev/tox/issues/1597>`_
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Allow to run the tests with pip 19.3.1 once again while preserving the ability to use pip 20.1 - by :user:`hroncok`
+ `#1594 <https://github.com/tox-dev/tox/issues/1594>`_
+
+
v3.15.1 (2020-05-20)
--------------------
diff --git a/docs/changelog/1497.bugfix.rst b/docs/changelog/1497.bugfix.rst
deleted file mode 100644
index dce157a1..00000000
--- a/docs/changelog/1497.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add an option to allow a process to suicide before sending the SIGTERM. - by :user:`jhesketh`
diff --git a/docs/changelog/1594.misc.rst b/docs/changelog/1594.misc.rst
deleted file mode 100644
index f945be2e..00000000
--- a/docs/changelog/1594.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow to run the tests with pip 19.3.1 once again while preserving the ability to use pip 20.1 - by :user:`hroncok`
diff --git a/docs/changelog/1597.bugfix.rst b/docs/changelog/1597.bugfix.rst
deleted file mode 100644
index 7482e088..00000000
--- a/docs/changelog/1597.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-PyPy 7.3.1 on Windows uses the ``Script`` folder instead of ``bin``. - by :user:`gaborbernat`