Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
diff --git a/Misc/NEWS b/Misc/NEWS
index 13ace63..0e88f1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,8 @@
 Library
 -------
 
+- Issue #5193: Guarantee that Tkinter.Text.search returns a string.
+
 - Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler.
   Original patch by Akira Kitada.