Issue 5041: ctypes unwilling to allow pickling wide character.
diff --git a/Misc/NEWS b/Misc/NEWS
index f5ef3b6..a8fb9ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -244,6 +244,8 @@
 Library
 -------
 
+- Issue #5041: ctypes does now allow pickling wide character.
+
 - Issue #5812: For the two-argument form of the Fraction constructor,
   Fraction(m, n), m and n are permitted to be arbitrary Rational
   instances.