diff --git a/docs/changelog.rst b/docs/changelog.rst index d21f68917..69455b21f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Release History .. towncrier release notes start +v4.19.0 (2024-09-17) +-------------------- + +Features - 4.19.0 +~~~~~~~~~~~~~~~~~ +- Support ``pypy-.`` environment names for PyPy environments - by :user:`gaborbernat`. (:issue:`3346`) + v4.18.1 (2024-09-07) -------------------- diff --git a/docs/changelog/3346.feature.rst b/docs/changelog/3346.feature.rst deleted file mode 100644 index c8e160dbc..000000000 --- a/docs/changelog/3346.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Support ``pypy-.`` environment names for PyPy environments - by :user:`gaborbernat`.