Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
diff --git a/Misc/NEWS b/Misc/NEWS
index e49239c..5900ff1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@
 Library
 -------
 
+- Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
+
 - Issue #22787: Allow the keyfile argument of SSLContext.load_cert_chain to be
   None.