Issue #1861:  Add read-only attribute listing upcoming events in the order they will be run.
diff --git a/Misc/NEWS b/Misc/NEWS
index 828aab2..7f92aaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,9 @@
 Library
 -------
 
+- #1861: Added an attribute to the sched module which returns an ordered
+  list of upcoming events (displayed as named tuples).
+
 - #1837: The queue module now also supports a LIFO queue and a priority queue.
 
 - Issue #1831: ctypes now raises a TypeError if conflicting positional