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.