summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.