Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cac5dc..61279ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@
 Library
 -------
 
+- Issue #9877: Expose sysconfig.get_makefile_filename()
+
 - logging: Added hasHandlers() method to Logger and LoggerAdapter.
 
 - Issue #1686: Fix string.Template when overriding the pattern attribute.