Bug #1565150: Fix subsecond processing for os.utime on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1159a6b..8feb1fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@
 Extension Modules
 -----------------
 
+- Bug #1565150: Fix subsecond processing for os.utime on Windows.
+
 - Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
 
 - Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault