summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/1585.bugfix.rst1
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4c92f3ed..305c29f3 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,16 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.15.1 (2020-05-20)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- ``tox --showconfig`` no longer tries to interpolate '%' signs.
+ `#1585 <https://github.com/tox-dev/tox/issues/1585>`_
+
+
v3.15.0 (2020-05-02)
--------------------
diff --git a/docs/changelog/1585.bugfix.rst b/docs/changelog/1585.bugfix.rst
deleted file mode 100644
index 9421cd57..00000000
--- a/docs/changelog/1585.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``tox --showconfig`` no longer tries to interpolate '%' signs.