summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a504ce1..3189824 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,7 +143,8 @@ Core and Builtins
Library
-------
-- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
+- Issue #25455: Fixed crashes in repr of recursive ElementTree.Element and
+ functools.partial objects.
- Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283.