summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-25 14:38:09 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-25 14:38:09 -0800
commitb654be7d682670cd32cbcf2d3df302f7a3dda3ff (patch)
tree67f9be75125dcccd826115c2ef5e68bff69567a2
parent8155760626fbc44cb32daccd16a82f916688371c (diff)
downloadtox-git-b654be7d682670cd32cbcf2d3df302f7a3dda3ff.tar.gz
release 4.4.14.4.1
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2897.bugfix.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 09c7fc99..12405ee6 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.4.1 (2023-01-25)
+-------------------
+
+Bugfixes - 4.4.1
+~~~~~~~~~~~~~~~~
+- In tox 4.4.0 ``constrain_package_deps`` was introduced with a default value of ``True``. This has been changed back to
+ ``False``, which restores the original behavior of tox 4.3.5 - by :user:`masenf`. (:issue:`2897`)
+
+
v4.4.0 (2023-01-25)
-------------------
diff --git a/docs/changelog/2897.bugfix.rst b/docs/changelog/2897.bugfix.rst
deleted file mode 100644
index 2f5736b8..00000000
--- a/docs/changelog/2897.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-In tox 4.4.0 ``constrain_package_deps`` was introduced with a default value of ``True``. This has been changed back to
-``False``, which restores the original behavior of tox 4.3.5 - by :user:`masenf`.