summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2904.bugfix.rst3
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index edf478dc..01fef2c5 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.4.3 (2023-01-30)
+-------------------
+
+Bugfixes - 4.4.3
+~~~~~~~~~~~~~~~~
+- Tox will now expand self-referential extras discovered in package deps to respect local modifications to package
+ metadata. This allows a package extra to explicitly depend on another package extra, which previously only worked with
+ non-static metadata - by :user:`masenf`. (:issue:`2904`)
+
+
v4.4.2 (2023-01-25)
-------------------
diff --git a/docs/changelog/2904.bugfix.rst b/docs/changelog/2904.bugfix.rst
deleted file mode 100644
index 39628f2a..00000000
--- a/docs/changelog/2904.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Tox will now expand self-referential extras discovered in package deps to respect local modifications to package
-metadata. This allows a package extra to explicitly depend on another package extra, which previously only worked with
-non-static metadata - by :user:`masenf`.