News item for r59653.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d1e5db..7dc0412 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,9 @@
 Library
 -------
 
+- Tk issue #1851526: Return results from Python callbacks to Tcl as
+  Tcl objects.
+
 - Issue #1642: Fix segfault in ctypes when trying to delete attributes.
 
 - Issue #1727780: Support loading pickles of random.Random objects created