Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index b96bb3d..36c9b8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -262,6 +262,9 @@
 Library
 -------
 
+- Issue #12778: Reduce memory consumption when JSON-encoding a large
+  container of many small objects.
+
 - Issue #12650: Fix a race condition where a subprocess.Popen could leak
   resources (FD/zombie) when killed at the wrong time.