diff --git a/docs/changelog.rst b/docs/changelog.rst index 07b0ff983..d4b383bc2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.15.1 (2024-06-05) +-------------------- + +Features - 4.15.1 +~~~~~~~~~~~~~~~~~ +- Fix ``skip_missing_interpreters`` option for ``package = wheel`` (:issue:`3269`) + +Bugfixes - 4.15.1 +~~~~~~~~~~~~~~~~~ +- Fix section substitution with setenv. (:issue:`3262`) +- Allow ``ConfigSet.add_config`` to receive parameterized generics for ``of_type``. (:issue:`3288`) + v4.15.0 (2024-04-26) -------------------- diff --git a/docs/changelog/3262.bugfix.rst b/docs/changelog/3262.bugfix.rst deleted file mode 100644 index 1cd5c12b8..000000000 --- a/docs/changelog/3262.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix section substitution with setenv. diff --git a/docs/changelog/3269.feature.rst b/docs/changelog/3269.feature.rst deleted file mode 100644 index 8333197ba..000000000 --- a/docs/changelog/3269.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``skip_missing_interpreters`` option for ``package = wheel`` diff --git a/docs/changelog/3288.bugfix.rst b/docs/changelog/3288.bugfix.rst deleted file mode 100644 index bae1e504e..000000000 --- a/docs/changelog/3288.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow ``ConfigSet.add_config`` to receive parameterized generics for ``of_type``.