Issue #21312: Update the thread_foobar.h template file to include newer threading APIs.  Patch by Jack McCracken.
diff --git a/Misc/ACKS b/Misc/ACKS
index f27e8f8..6e27c36 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -847,6 +847,7 @@
 Lucas Maystre
 Arnaud Mazin
 Matt McClure
+Jack McCracken
 Rebecca McCreary
 Kirk McDonald
 Chris McDonough
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cc1c58..9127958 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -320,6 +320,9 @@
 Documentation
 -------------
 
+- Issue #21312: Update the thread_foobar.h template file to include newer
+  threading APIs.  Patch by Jack McCracken.
+
 - Issue #21043: Remove the recommendation for specific CA organizations and to
   mention the ability to load the OS certificates.