Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
Complement of r79288.
diff --git a/Misc/NEWS b/Misc/NEWS
index c5424c8..1824f5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@
 Library
 -------
 
+- Issue #7703: ctypes supports both buffer() and memoryview().  The former is
+  deprecated.
+
 - Issue #7860: platform.uname now reports the correct 'machine' type
   when Python is running in WOW64 mode on 64 bit Windows.