Fixed #1687: plistlib.py restricts <integer> to Python int when writing
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ea88f2..87de123 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -336,6 +336,8 @@
 Library
 -------
 
+- Bug #1687: Fxed plistlib.py restricts <integer> to Python int when writing
+
 - Issue #1700: Regular expression inline flags incorrectly handle certain
   unicode characters.