From acbef2d4b1f26264408ae47bd3af1b131557f7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 6 Mar 2024 10:52:47 -0800 Subject: [PATCH] release 4.14.1 --- docs/changelog.rst | 8 ++++++++ docs/changelog/3235.bugfix.rst | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/3235.bugfix.rst 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`.