Issue #20067: Tkinter variables now work when wantobjects is false.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1210657..914f6f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 Library
 -------
 
+- Issue #20067: Tkinter variables now work when wantobjects is false.
+
 - Issue #19020: Tkinter now uses splitlist() instead of split() in configure
   methods.