diff --git a/Misc/NEWS b/Misc/NEWS index a382e700861..cafb04ae0ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -145,7 +145,9 @@ Windows 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 -------------