Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty parameters.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8130b7f..6fa6d99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@
 Library
 -------
 
+- Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty
+  parameters.
+
 
 What's New in Python 3.1 release candidate 1?
 =============================================