From 315655cc11c9d49bb821dd800d45580696b02185 Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Sun, 12 May 2019 11:00:33 -0700 Subject: [PATCH] Changelog for #1201 Fixes #1201 --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6b4f1ef1c4..c67fdd5d7b 100644 --- a/CHANGES +++ b/CHANGES @@ -62,7 +62,10 @@ jsoup changelog Attribute#setValue(val) - * Updated jetty-server (which is used for integration tests) to latest 9.2 series (9.2.26.v20180806). + * Bugfix: Element.shallowClone() was not making a clone of its attributes. + + + * Updated jetty-server (which is used for integration tests) to latest 9.2 series (9.2.28). *** Release 1.11.3 [2018-Apr-15] * Improvement: CDATA sections are now treated as whitespace preserving (regardless of the containing element), and are