Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
not be used again (this requires Tcl/Tk 8.3.1), also fix a memory
leak in Tkapp_Call when calling from a thread different than the one that
created the Tcl interpreter.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c86cf2..96256f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,9 +149,10 @@
 Library
 -------
 
-- Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
-  from a thread different than the one that created the Tcl interpreter.
-  Patch by Robert Hancock.
+- Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
+  not be used again (this requires Tcl/Tk 8.3.1), also fix a memory leak in
+  Tkapp_Call when calling from a thread different than the one that created
+  the Tcl interpreter. Patch by Robert Hancock.
 
 - Issue #1520877: Now distutils.sysconfig reads $AR from the 
   environment/Makefile. Patch by Douglas Greiman.