bpo-32337: Update documentats about dict order (GH-4973)
diff --git a/Misc/ACKS b/Misc/ACKS
index c7bdbd4..f7ac37e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1451,6 +1451,7 @@
Dmitry Shachnev
Anish Shah
Daniel Shahaf
+Hui Shang
Mark Shannon
Ha Shao
Richard Shapiro
diff --git a/Misc/NEWS.d/next/Documentation/2017-12-22-17-29-37.bpo-32337.eZe-ID.rst b/Misc/NEWS.d/next/Documentation/2017-12-22-17-29-37.bpo-32337.eZe-ID.rst
new file mode 100644
index 0000000..a905467
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2017-12-22-17-29-37.bpo-32337.eZe-ID.rst
@@ -0,0 +1 @@
+Update documentation related with ``dict`` order.