summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-02-21 09:14:34 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-02-21 09:14:34 -0800
commit251dc1ab542537e603be7d4b9b0f06a3a417e409 (patch)
tree97d2cde17d9dcf3299edc34bb89dd29a0611c6dd
parentf4fcb7b44c1855f5bcc2a352755a081094ecb130 (diff)
downloadtox-git-251dc1ab542537e603be7d4b9b0f06a3a417e409.tar.gz
release 4.4.64.4.6
-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`