Issue #3767: Convert Tk object to string in tkColorChooser.
diff --git a/Misc/NEWS b/Misc/NEWS
index 070e698..a5b3d2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@
 Library
 -------
 
+- Issue #3767: Convert Tk object to string in tkColorChooser.
+
 - Issue #3248: Allow placing ScrolledText in a PanedWindow.
 
 - Issue #4444: Allow assertRaises() to be used as a context handler, so that