Issue #19099: The struct module now supports Unicode format strings.
diff --git a/Misc/NEWS b/Misc/NEWS
index 928a18e..e3abaec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #19099: The struct module now supports Unicode format strings.
+
 - Issue #19878: Fix segfault in bz2 module after calling __init__ twice with
   non-existent filename. Initial patch by Vajrasky Kok.