Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9839903..94da277 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@
 Library
 -------
 
+- Issue #14591: Fix bug in Random.jumpahead that could produce an invalid
+  Mersenne Twister state on 64-bit machines.
+
 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
   files on flush().