summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-25 14:38:55 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-25 14:38:55 -0800
commit402cf84c05a2ca7a6fd1942808f00d84a3dbd520 (patch)
tree8d8f8c639cf12fa6ec5283861bb21f076ab7196e
parented39bd77f26e7c8e08c47c9a72a8287cb73289a7 (diff)
downloadtox-git-402cf84c05a2ca7a6fd1942808f00d84a3dbd520.tar.gz
release 4.4.24.4.2
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/2890.bugfix.rst4
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 12405ee6..61b54dd8 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,17 @@ Release History
.. towncrier release notes start
+v4.4.2 (2023-01-25)
+-------------------
+
+Bugfixes - 4.4.2
+~~~~~~~~~~~~~~~~
+- Allow the user configuration file (default ``<appdir>/tox/config.ini``) to be overridden via the
+ ``TOX_USER_CONFIG_FILE`` environment variable. Previously tox was looking at the ``TOX_CONFIG_FILE`` to override the
+ user configuration, however that environment variable is already used to override the main configuration - by
+ :user:`masenf`. (:issue:`2890`)
+
+
v4.4.1 (2023-01-25)
-------------------
diff --git a/docs/changelog/2890.bugfix.rst b/docs/changelog/2890.bugfix.rst
deleted file mode 100644
index 248b36af..00000000
--- a/docs/changelog/2890.bugfix.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Allow the user configuration file (default ``<appdir>/tox/config.ini``) to be overridden via the
-``TOX_USER_CONFIG_FILE`` environment variable. Previously tox was looking at the ``TOX_CONFIG_FILE`` to override the
-user configuration, however that environment variable is already used to override the main configuration - by
-:user:`masenf`.