- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
  the locale.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c357a1..20959bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@
 Library
 -------
 
+- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
+  the locale.
+
 - Issue #7774: Set sys.executable to an empty string if ``argv[0]`` has been
   set to an non existent program name and Python is unable to retrieve the real
   program name.