#16004: Add `make touch`.
diff --git a/Misc/NEWS b/Misc/NEWS
index 860c64e..ec27367 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -874,6 +874,8 @@
 Build
 -----
 
+- Issue #16004: Add `make touch`.
+
 - Issue #5033: Fix building of the sqlite3 extension module when the
   SQLite library version has "beta" in it. Patch by Andreas Pelme.