NEWS entry for:
Add an optional 'offset' parameter to byref, defaulting to zero.
diff --git a/Misc/NEWS b/Misc/NEWS
index f36b414..4b9f21c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,10 @@
 Library
 -------
 
+- The ctypes.byref function now takes an optional second parameter
+  which allows to specify an offset in bytes for the constructed
+  pointer-like object.
+
 - Added the ast module.
 
 - Factored out the indentation cleaning from inspect.getdoc() into