Let configparser use ordered dicts by default.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a3c96f..91c94ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,8 @@
 
 - The _asdict() for method for namedtuples now returns an OrderedDict().
 
+- configparser now defaults to using an ordered dictionary.
+
 - Issue #1733986: Fixed mmap crash in accessing elements of second map object
   with same tagname but larger size than first map. (Windows)