Patch #621205: Tkinter updates for tk8.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b78de9..90bd02f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@
 Library
 -------
 
+- Various features of Tk 8.4 are exposed in Tkinter.py.
+
 - Various configure methods of Tkinter have been stream-lined, so
   that tag_configure, image_configure, window_configure now return
   a dictionary when invoked with no argument.