Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
diff --git a/Misc/NEWS b/Misc/NEWS
index cf0d170..cabea97 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
+
 - Issue #15456: Fix code __sizeof__ after #12399 change.
   Patch by Serhiy Storchaka.