summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 60aa8c2..4bb5b10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -313,6 +313,9 @@ Library
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.