diff --git a/CHANGES b/CHANGES index 4c7c671ff7..9b2b03653b 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Release 1.15.3 [PENDING] * Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the original parse. + * Build Improvement: added implementation version and related fields to the jar manifest. + + *** Release 1.15.2 [2022-Jul-04] * Improvement: added the ability to track the position (line, column, index) in the original input source from where a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange(). diff --git a/pom.xml b/pom.xml index 37f9e2ebb7..9650d72c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,9 @@ 3.2.2 + + true + org.jsoup