Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fa5cab..9989b7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,8 @@
 Library
 -------
 
+- Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
+
 - Issue #17149: Fix random.vonmisesvariate to always return results in
   the range [0, 2*math.pi].