Add from_buffer and from_buffer_copy class methods to ctypes types.
diff --git a/Misc/NEWS b/Misc/NEWS
index a44ef1c..5c7b2ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Add from_buffer() and from_buffer_copy() class methods to ctypes
+  data types
+
 - Issue #2682: ctypes callback functions no longer contain a cyclic
   reference to themselves.