Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing.
diff --git a/Misc/NEWS b/Misc/NEWS
index 46e02fc..aec2f2c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,9 @@
 Library
 -------
 
+- Issue #2116: Weak references and weak dictionaries now support copy()ing and
+  deepcopy()ing.
+
 - Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
 
 - Issue #5918: Fix a crash in the parser module.