Issue #4509: bugs in bytearray with exports (buffer protocol)
diff --git a/Misc/NEWS b/Misc/NEWS
index e916d08..d9875f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@
   KeyError would always report the empty frozenset([]) as the missing key. Now
   it correctly refers to the initial element.
 
+- Issue #4509: Various issues surrounding resize of bytearray objects to
+  which there are buffer exports.
+
 Library
 -------