diff --git a/docs/changelog.rst b/docs/changelog.rst index ad71a3939..10cfa8097 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,14 @@ Release History .. towncrier release notes start +v4.14.1 (2024-03-06) +-------------------- + +Bugfixes - 4.14.1 +~~~~~~~~~~~~~~~~~ +- Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for + build backend calls - by :user:`gaborbernat`. (:issue:`3235`) + v4.14.0 (2024-03-05) -------------------- diff --git a/docs/changelog/3235.bugfix.rst b/docs/changelog/3235.bugfix.rst deleted file mode 100644 index cbd369baa..000000000 --- a/docs/changelog/3235.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for -build backend calls - by :user:`gaborbernat`.