Issue #13846: Add time.monotonic(), monotonic clock.
diff --git a/Misc/NEWS b/Misc/NEWS
index 70f1bfb..7b38240 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,8 @@
 Library
 -------
 
+- Issue #13846: Add time.monotonic(), monotonic clock.
+
 - Issue #10811: Fix recursive usage of cursors. Instead of crashing,
   raise a ProgrammingError now.