diff --git a/docs/changelog.rst b/docs/changelog.rst index 69455b21fb..20ec23a9f7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,14 @@ Release History .. towncrier release notes start +v4.20.0 (2024-09-18) +-------------------- + +Features - 4.20.0 +~~~~~~~~~~~~~~~~~ +- Separate the list dependencies functionality to a separate abstract class allowing code reuse in plugins (such as + ``tox-uv``) - by :gaborbernat`. (:issue:`3347`) + v4.19.0 (2024-09-17) -------------------- diff --git a/docs/changelog/3347.feature.rst b/docs/changelog/3347.feature.rst deleted file mode 100644 index 06cf932705..0000000000 --- a/docs/changelog/3347.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Separate the list dependencies functionality to a separate abstract class allowing code reuse in plugins (such as -``tox-uv``) - by :gaborbernat`.