summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ce6f47..eff2176 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -221,6 +221,8 @@ Core and Builtins
Library
-------
+- Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
+
- Issue #17149: Fix random.vonmisesvariate to always return results in
[0, 2*math.pi].