PEP 372: OrderedDict()
diff --git a/Misc/NEWS b/Misc/NEWS
index 0272e79..85816a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,8 @@
 Library
 -------
 
+- PEP 372:  Added collections.OrderedDict().
+
 - Issue #1733986: Fixed mmap crash in accessing elements of second map object
   with same tagname but larger size than first map. (Windows)