summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst11
1 files changed, 11 insertions, 0 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)
-------------------