Issue #985064: Make plistlib more resilient to faulty input plists.
Patch by Mher Movsisyan.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3238406..46cf4d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,9 @@
 Library
 -------
 
+- Issue #985064: Make plistlib more resilient to faulty input plists.
+  Patch by Mher Movsisyan.
+
 - Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
   Initial patch by Nir Aides.