From 2b4a1dacf69b0e0fde3baeebbcf7ce1228da0342 Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Sun, 15 May 2022 13:59:08 +1000 Subject: [PATCH] Changelog for #1763 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 50c1fa4563..387e81b40a 100644 --- a/CHANGES +++ b/CHANGES @@ -67,6 +67,10 @@ jsoup changelog + * Bugfix: when copy-creating a Safelist from another, perform a deep-copy of the original's settings, so that changes + to the original after creation do not affect the copy. + + * Bugfix [Fuzz]: speed improvement when parsing constructed HTML containing very deeply incorrectly stacked formatting elements with many attributes.