summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-01-19 09:37:32 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2021-01-19 09:37:32 +0000
commit4116e90d41e6f4ad024eff7d7a47c3e0442ddabe (patch)
treeb4042223f096e97b0961c1789ff187e5de639396
parent1d23293485930e28ef1f5e73c4512ebf8de5dc0d (diff)
downloadtox-git-release-3.21.2.tar.gz
release 3.21.23.21.2release-3.21.2
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/1854.bugfix.rst2
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d4604d97..5ab50b3b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,17 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.21.2 (2021-01-19)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Newer coverage tools update the ``COV_CORE_CONTEXT`` environment variable, add it to the list of environment variables
+ that can change in our pytest plugin - by :user:`gaborbernat`.
+ `#1854 <https://github.com/tox-dev/tox/issues/1854>`_
+
+
v3.21.1 (2021-01-13)
--------------------
diff --git a/docs/changelog/1854.bugfix.rst b/docs/changelog/1854.bugfix.rst
deleted file mode 100644
index b9fb1f50..00000000
--- a/docs/changelog/1854.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Newer coverage tools update the ``COV_CORE_CONTEXT`` environment variable, add it to the list of environment variables
-that can change in our pytest plugin - by :user:`gaborbernat`.