summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/1355.bugfix.rst1
-rw-r--r--docs/changelog/1359.bugfix.rst1
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5be6a56c..499efce6 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.13.2 (2019-07-01)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- on venv cleanup: add explicit check for pypy venv to make it possible to recreate it - by :user:`obestwalter`
+ `#1355 <https://github.com/tox-dev/tox/issues/1355>`_
+- non canonical names within :conf:`requires` cause infinite provisioning loop - by :user:`gaborbernat`
+ `#1359 <https://github.com/tox-dev/tox/issues/1359>`_
+
+
v3.13.1 (2019-06-25)
--------------------
diff --git a/docs/changelog/1355.bugfix.rst b/docs/changelog/1355.bugfix.rst
deleted file mode 100644
index 252b5da6..00000000
--- a/docs/changelog/1355.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-on venv cleanup: add explicit check for pypy venv to make it possible to recreate it - by :user:`obestwalter`
diff --git a/docs/changelog/1359.bugfix.rst b/docs/changelog/1359.bugfix.rst
deleted file mode 100644
index e07a094d..00000000
--- a/docs/changelog/1359.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-non canonical names within :conf:`requires` cause infinite provisioning loop - by :user:`gaborbernat`