summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2926.bugfix.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index bd44c905..e9db0499 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.4.6 (2023-02-21)
+-------------------
+
+Bugfixes - 4.4.6
+~~~~~~~~~~~~~~~~
+- Plugins are now able to access tox.ini config sections using a custom prefix with the same suffix / name as a tox
+ ``testenv`` - by :user:`masenf` (:issue:`2926`)
+
+
v4.4.5 (2023-02-07)
-------------------
diff --git a/docs/changelog/2926.bugfix.rst b/docs/changelog/2926.bugfix.rst
deleted file mode 100644
index bbecda0f..00000000
--- a/docs/changelog/2926.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Plugins are now able to access tox.ini config sections using a custom prefix with the same suffix / name as a tox
-``testenv`` - by :user:`masenf`