Patch #763580:  Add name and value arguments to
Tkinter variable classes.
diff --git a/Misc/NEWS b/Misc/NEWS
index f4af2e3..1a658c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,9 @@
 Library
 -------
 
+- Patch #763580: Add name and value arguments to Tkinter variable
+  classes.
+
 - Bug #1117556: SimpleHTTPServer now tries to find and use the system's
   mime.types file for determining MIME types.