diff --git a/docs/changelog.rst b/docs/changelog.rst index edf478dc0..01fef2c5f 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 39628f2aa..000000000 --- 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`.