Issue #1515: Enable use of deepcopy() with instance methods.  Patch by Robert Collins.
diff --git a/Misc/NEWS b/Misc/NEWS
index e915e29..2d6b7f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -483,6 +483,9 @@
 Library
 -------
 
+- Issue #1515: Enable use of deepcopy() with instance methods.  Patch by
+  Robert Collins.
+
 - Issue #7403: logging: Fixed possible race condition in lock creation.
 
 - Issue #6845: Add restart support for binary upload in ftplib.  The