File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Release 1.15.3 [PENDING]
44 * Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the
55 original parse.
66
7+ * Build Improvement: added implementation version and related fields to the jar manifest.
8+ <https://github.com/jhy/jsoup/issues/1809>
9+
710*** Release 1.15.2 [2022-Jul-04]
811 * Improvement: added the ability to track the position (line, column, index) in the original input source from where
912 a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange().
Original file line number Diff line number Diff line change 123123 <version >3.2.2</version >
124124 <configuration >
125125 <archive >
126+ <manifest >
127+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
128+ </manifest >
126129 <manifestEntries >
127130 <Automatic-Module-Name >org.jsoup</Automatic-Module-Name >
128131 </manifestEntries >
You can’t perform that action at this time.
0 commit comments