Close #14690: Use monotonic clock instead of system clock in the sched,
subprocess and trace modules.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6341af5..ada9ace 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- Issue #14690: Use monotonic clock instead of system clock in the sched,
+  subprocess and trace modules.
+
 - Issue #14958: Change IDLE systax highlighting to recognize all string and
   byte literals supported in Python 3.3.