Add a 'c_longdouble' type to the ctypes module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1963a14..99e4f07 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -249,6 +249,8 @@
 Library
 -------
 
+- A 'c_longdouble' type was added to the ctypes module.
+
 - Bug #1709599: Run test_1565150 only if the file system is NTFS.
 
 - When encountering a password-protected robots.txt file the RobotFileParser