- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
  short file names.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a7aaa6..db86b51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -204,6 +204,9 @@
 
 - The re.sub(), re.subn() and re.split() functions now accept a flags parameter.
 
+- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
+  short file names.
+
 Library
 -------