summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2916.bugfix.rst3
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index eb6c0422..bd44c905 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.4.5 (2023-02-07)
+-------------------
+
+Bugfixes - 4.4.5
+~~~~~~~~~~~~~~~~
+- Ignore labels when tox will provision a runtime environment (``.tox``) so that environment configurations which depend
+ on provisioned plugins or specific tox versions are not accessed in the outer tox process where the configuration would
+ be invalid - by :user:`masenf`. (:issue:`2916`)
+
+
v4.4.4 (2023-01-31)
-------------------
diff --git a/docs/changelog/2916.bugfix.rst b/docs/changelog/2916.bugfix.rst
deleted file mode 100644
index 51858b2b..00000000
--- a/docs/changelog/2916.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Ignore labels when tox will provision a runtime environment (``.tox``) so that environment configurations which depend
-on provisioned plugins or specific tox versions are not accessed in the outer tox process where the configuration would
-be invalid - by :user:`masenf`.