Fixed #8688: Distutils now recalculates MANIFEST everytime.
diff --git a/Misc/NEWS b/Misc/NEWS
index 97840cb..1a45c17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #8688: Distutils now recalculates MANIFEST everytime.
+
 - Issue #5099: subprocess.Popen's __del__ method (and the methods it calls)
   referenced global objects, causing errors to pop up during interpreter
   shutdown.