summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1780e5d..a523b8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Extensions
----------
+- Fix memory leak in ssl._ssl._test_decode_cert.
+
- Issue #8065: Fix memory leak in readline module (from failure to
free the result of history_get_history_state()).