From a1af88048b8952f56cc424f36c029a9ec7753101 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 9 May 2022 14:28:52 +0200 Subject: [PATCH] What's New in Python template: move C API at the end * Separate Build and C API changes in two sections * Add sub-sections to the C API changes --- run_release.py | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/run_release.py b/run_release.py index 78e6e62a..043d905d 100755 --- a/run_release.py +++ b/run_release.py @@ -140,11 +140,6 @@ -Build and C API Changes -======================= - -* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been removed. - Deprecated ========== @@ -160,6 +155,27 @@ This section lists previously described changes and other bugfixes that may require changes to your code. + + +Build Changes +============= + + +C API Changes +============= + +New Features +------------ + +Porting to Python {version} +---------------------- + +Deprecated +---------- + +Removed +------- + """