added plistlib news item
diff --git a/Misc/NEWS b/Misc/NEWS
index a382e70..cafb04a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,7 +145,9 @@
 Mac
 ---
 
-...
+- ``plistlib`` now supports non-dict root objects.  There is also a new
+  interface for reading and writing plist files: ``readPlist(pathOrFile)``
+  and ``writePlist(rootObject, pathOrFile)``
 
 New platforms
 -------------