Patch #1610575: Add support for _Bool to struct.
diff --git a/Misc/NEWS b/Misc/NEWS
index 60aa8c2..4bb5b10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -313,6 +313,9 @@
 Extension Modules
 -----------------
 
+- Patch #1610575: The struct module now supports the 't' code, for
+  C99 _Bool.
+
 - Patch #1635058: ensure that htonl and friends never accept or
   return negative numbers, per the underlying C implementation.