diff --git a/docs/changelog.rst b/docs/changelog.rst index 0ee45565a..c9f425a74 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ Release History .. towncrier release notes start +v20.26.0 (2024-04-23) +--------------------- + +Bugfixes - 20.26.0 +~~~~~~~~~~~~~~~~~~ +- allow builtin discovery to discover specific interpreters (e.g. ``python3.12``) given an unspecific spec (e.g. ``python3``) - by :user:`flying-sheep`. (:issue:`2709`) + v20.25.3 (2024-04-17) --------------------- diff --git a/docs/changelog/2709.bugfix.rst b/docs/changelog/2709.bugfix.rst deleted file mode 100644 index 904da848c..000000000 --- a/docs/changelog/2709.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -allow builtin discovery to discover specific interpreters (e.g. ``python3.12``) given an unspecific spec (e.g. ``python3``) - by :user:`flying-sheep`.