Backport of r74435. Not merged/blocked w/ svnmerge.py as the tool is erroring out on me.
diff --git a/Misc/NEWS b/Misc/NEWS
index a02bf62..8e56852 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,8 @@
 Extension Modules
 -----------------
 
+- Fix a segfault in expat.
+
 - Issue #4509: array.array objects are no longer modified after an operation
   failing due to the resize restriction in-place when the object has exported
   buffers.