Issue #7616: Fix copying of overlapping memoryview slices with the Intel
compiler.
diff --git a/Misc/NEWS b/Misc/NEWS
index dbfc4c5..0c11639 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #7616: Fix copying of overlapping memoryview slices with the Intel
+  compiler.
+
 - Issue #8413: structsequence now subclasses tuple.
 
 - Issue #8271: during the decoding of an invalid UTF-8 byte sequence, only the