Issue #21812:  Trigger immediate transformation in turtle.shapetransform().
diff --git a/Misc/ACKS b/Misc/ACKS
index c42b02b..9787d8e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -235,6 +235,7 @@
 Albert Chin-A-Young
 Adal Chiriliuc
 Matt Chisholm
+Lita Cho
 Anders Chrigström
 Tom Christiansen
 Vadim Chugunov
diff --git a/Misc/NEWS b/Misc/NEWS
index a94d073..848eb86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@
 
 - Issue #21491: socketserver: Fix a race condition in child processes reaping.
 
+- Issue #21812: turtle.shapetransform did not tranform the turtle on the
+  first call.  (Issue identified and fixed by Lita Cho.)
+
 - Issue #21635:  The difflib SequenceMatcher.get_matching_blocks() method
   cache didn't match the actual result.  The former was a list of tuples
   and the latter was a list of named tuples.