Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__
diff --git a/Misc/NEWS b/Misc/NEWS
index d84ec84..1214959 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@
 Library
 -------
 
+- Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__.
+
 - httplib.HTTPConnection.putheader() now accepts an arbitrary number of values
   for any header, matching what the documentation has claimed for a while.