Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
diff --git a/Misc/NEWS b/Misc/NEWS
index 39298b5..8fa5cab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,9 @@
 Library
 -------
 
+- Issue #17149: Fix random.vonmisesvariate to always return results in
+  the range [0, 2*math.pi].
+
 - Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
 
 - Issue #6975: os.path.realpath() now correctly resolves multiple nested