Fixed #5372: .o files are now always rebuilt because file age test don't work in some case
diff --git a/Misc/NEWS b/Misc/NEWS
index 979ac8b..1595214 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,10 @@
 Library
 -------
 
+- Issue #5372: Drop the reuse of .o files in Distutils' ccompiler (since
+  Extension extra options may change the output without changing the .c
+  file). Initial patch by Collin Winter.
+
 
 What's New in Python 2.7 alpha 2?
 =================================