Issue #10227: Add an allocation cache for a single slice object.
Patch by Stefan Behnel.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a1c67b..183e4ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #10227: Add an allocation cache for a single slice object.  Patch by
+  Stefan Behnel.
+
 - Issue #13393: BufferedReader.read1() now asks the full requested size to
   the raw stream instead of limiting itself to the buffer size.