summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-16 14:08:32 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-16 14:08:32 -0800
commit1ba041908fa9c225840aafa4cbc01fd6521e804b (patch)
treea4f53c7a3be6c28b71e5eeaf3a2bc1309eb9b884
parente4c65bb1fef704aadc6192679f21a55dfeee9c62 (diff)
downloadtox-git-1ba041908fa9c225840aafa4cbc01fd6521e804b.tar.gz
release 4.3.34.3.3
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/2862.bugfix.rst4
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 649cfcd9..603cdecb 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,17 @@ Release History
.. towncrier release notes start
+v4.3.3 (2023-01-16)
+-------------------
+
+Bugfixes - 4.3.3
+~~~~~~~~~~~~~~~~
+- The provision environment (``.tox``) will never inherit from ``testenv``.
+ During provisioning, other test environments are not processed, allowing the
+ use of keys and values that may be registered by later tox version or
+ provisioned plugins - by :user:`masenf`. (:issue:`2862`)
+
+
v4.3.2 (2023-01-16)
-------------------
diff --git a/docs/changelog/2862.bugfix.rst b/docs/changelog/2862.bugfix.rst
deleted file mode 100644
index c52228ff..00000000
--- a/docs/changelog/2862.bugfix.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-The provision environment (``.tox``) will never inherit from ``testenv``.
-During provisioning, other test environments are not processed, allowing the
-use of keys and values that may be registered by later tox version or
-provisioned plugins - by :user:`masenf`.