Fixed issue #4890: Handle empty text search pattern in
Tkinter.Text.search
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f56bb8..824b0d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@
 Library
 -------
 
+- Issue #4890: Handle empty text search pattern in Tkinter.Text.search.
+
 - Issue #5170: Fixed Unicode output bug in logging and added test case.
   This is a regression which did not occur in 2.5.