Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a2abb5..c5fc1bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@
Library
-------
+- Issue #6493: An issue in ctypes on Windows that caused structure bitfields
+ of type ctypes.c_uint32 and width 32 to incorrectly be set has been fixed.
+
- Issue #14635: telnetlib will use poll() rather than select() when possible
to avoid failing due to the select() file descriptor limit.