Issue #8966: ctypes: Remove implicit bytes-unicode conversion
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b18d62..9fa5e60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,8 @@
 Library
 -------
 
+- Issue #8966: ctypes: Remove implicit bytes-unicode conversion.
+
 - Issue #9378: python -m pickle <pickle file> will now load and
   display the first object in the pickle file.