From 8dade8311db39c551ceb2fece99eadbaf012e8ec Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na@python.org>
Date: Sat, 7 Sep 2024 11:03:17 +0900
Subject: [PATCH 1/8] gh-108219: Add credits to free-threading project

---
 Doc/whatsnew/3.13.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 4f418e9bc29f2f..3bc4797f5a6a4d 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -354,6 +354,10 @@ disabled with the :envvar:`PYTHON_GIL` environment variable or the
 pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
+This project has been contributed by many people and the community, including Brett Simmers,
+Dino Viehland, Donghee Na, Ken Jin, Matt Page, and Sam Gross.
+Meta has been supported in the form of many engineer-years to this project.
+
 .. seealso::
 
    :pep:`703` "Making the Global Interpreter Lock Optional in CPython"

From c577402be13354a0ce107a879a39d985612a7599 Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na@python.org>
Date: Sat, 7 Sep 2024 11:19:27 +0900
Subject: [PATCH 2/8] nit

---
 Doc/whatsnew/3.13.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 3bc4797f5a6a4d..bf2af624a9aca5 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -354,8 +354,8 @@ disabled with the :envvar:`PYTHON_GIL` environment variable or the
 pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
-This project has been contributed by many people and the community, including Brett Simmers,
-Dino Viehland, Donghee Na, Ken Jin, Matt Page, and Sam Gross.
+This project has been contributed by many people and the community,
+including Brett Simmers, Dino Viehland, Donghee Na, Ken Jin, Matt Page, and Sam Gross.
 Meta has been supported in the form of many engineer-years to this project.
 
 .. seealso::

From fe2f028b4188ff6f13362cf63f08580f799e1eb9 Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na@python.org>
Date: Sat, 7 Sep 2024 11:37:26 +0900
Subject: [PATCH 3/8] fix

---
 Doc/whatsnew/3.13.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index bf2af624a9aca5..f4bfd45291ddf2 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -356,7 +356,7 @@ free-threaded build.
 
 This project has been contributed by many people and the community,
 including Brett Simmers, Dino Viehland, Donghee Na, Ken Jin, Matt Page, and Sam Gross.
-Meta has been supported in the form of many engineer-years to this project.
+Meta has supported in the form of many engineer-years to this project.
 
 .. seealso::
 

From c45cdfb906713683b5beb64bbaba8a984f8b840f Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na@python.org>
Date: Sun, 8 Sep 2024 12:09:24 +0900
Subject: [PATCH 4/8] Itamar Oren should be listed for the infrastructure

---
 Doc/whatsnew/3.13.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index f4bfd45291ddf2..604dc612be9806 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -355,7 +355,8 @@ pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
 This project has been contributed by many people and the community,
-including Brett Simmers, Dino Viehland, Donghee Na, Ken Jin, Matt Page, and Sam Gross.
+including Brett Simmers, Dino Viehland, Donghee Na, Itamar Oren, Ken Jin,
+Matt Page, and Sam Gross.
 Meta has supported in the form of many engineer-years to this project.
 
 .. seealso::

From 99298679958f283c366af63743b50e908a19ac2c Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na92@gmail.com>
Date: Sun, 8 Sep 2024 12:32:14 +0900
Subject: [PATCH 5/8] Update Doc/whatsnew/3.13.rst

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
---
 Doc/whatsnew/3.13.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 604dc612be9806..658e8867df6999 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -354,10 +354,12 @@ disabled with the :envvar:`PYTHON_GIL` environment variable or the
 pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
-This project has been contributed by many people and the community,
-including Brett Simmers, Dino Viehland, Donghee Na, Itamar Oren, Ken Jin,
-Matt Page, and Sam Gross.
-Meta has supported in the form of many engineer-years to this project.
+This work is thanks to many people and organisations, including the large community of contributors
+to Python and third party projects to test and enable free-threading support.
+This includes, but is not limited to:
+Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, and Dino Viehland.
+Many of these contributors are employed by Meta Inc,
+which has provided significant manpower to support this project.
 
 .. seealso::
 

From d9007804aaa321656dd3711bdcda9fda70cfc0dc Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na92@gmail.com>
Date: Sun, 8 Sep 2024 19:03:04 +0900
Subject: [PATCH 6/8] Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
---
 Doc/whatsnew/3.13.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 658e8867df6999..20cda833c13fa2 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -355,10 +355,10 @@ pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
 This work is thanks to many people and organisations, including the large community of contributors
-to Python and third party projects to test and enable free-threading support.
+to Python and third-party projects to test and enable free-threading support.
 This includes, but is not limited to:
 Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, and Dino Viehland.
-Many of these contributors are employed by Meta Inc,
+Many of these contributors are employed by Meta,
 which has provided significant manpower to support this project.
 
 .. seealso::

From 33be59ee4806a7786a514d97d9c45575c99dda32 Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na@python.org>
Date: Sun, 8 Sep 2024 23:01:23 +0900
Subject: [PATCH 7/8] Use a gender-neutral term

---
 Doc/whatsnew/3.13.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 20cda833c13fa2..51948c1e5f4192 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -359,7 +359,7 @@ to Python and third-party projects to test and enable free-threading support.
 This includes, but is not limited to:
 Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, and Dino Viehland.
 Many of these contributors are employed by Meta,
-which has provided significant manpower to support this project.
+which has provided significant engineering resources to support this project.
 
 .. seealso::
 

From 79ec285550fb09666e18fea1f4627d4aa50c35f6 Mon Sep 17 00:00:00 2001
From: Donghee Na <donghee.na92@gmail.com>
Date: Mon, 9 Sep 2024 02:01:12 +0900
Subject: [PATCH 8/8] Update Doc/whatsnew/3.13.rst

Co-authored-by: Itamar Oren <itamarost@gmail.com>
---
 Doc/whatsnew/3.13.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 51948c1e5f4192..8cc89e5ebc97bb 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -354,12 +354,15 @@ disabled with the :envvar:`PYTHON_GIL` environment variable or the
 pip 24.1 or newer is required to install packages with C extensions in the
 free-threaded build.
 
-This work is thanks to many people and organisations, including the large community of contributors
-to Python and third-party projects to test and enable free-threading support.
-This includes, but is not limited to:
-Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers, and Dino Viehland.
-Many of these contributors are employed by Meta,
-which has provided significant engineering resources to support this project.
+This work was made possible thanks to many individuals and
+organizations, including the large community of contributors to Python
+and third-party projects to test and enable free-threading support.
+Notable contributors include:
+Sam Gross, Ken Jin, Donghee Na, Itamar Oren, Matt Page, Brett Simmers,
+Dino Viehland, Carl Meyer, Nathan Goldbaum, Ralf Gommers,
+Lysandros Nikolaou, and many others.
+Many of these contributors are employed by Meta, which has
+provided significant engineering resources to support this project.
 
 .. seealso::