Issue #8065:  Fix another memory leak in readline module, from failure to free
the result of a call to history_get_history_state.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9382011..91cdb60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 Extensions
 ----------
 
+- Issue #8065: Fix memory leak in readline module (from failure to
+  free the result of history_get_history_state()).
+
 - Issue #9450: Fix memory leak in readline.replace_history_item and
   readline.remove_history_item for readline version >= 5.0.