Patch #1592250: Add elidge argument to Tkinter.Text.search.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f6d782..8b155ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,8 @@
 Library
 -------
 
+- Patch #1592250: Add elidge argument to Tkinter.Text.search.
+
 - Patch #838546: Make terminal become controlling in pty.fork()
 
 - Patch #1351744: Add askyesnocancel helper for tkMessageBox.