diff --git a/docs/changelog.rst b/docs/changelog.rst index 649cfcd95..603cdecbc 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 c52228ff6..000000000 --- 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`.