File tree 2 files changed +6
-0
lines changed
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]
4
4
* Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the
5
5
original parse.
6
6
7
+ * Build Improvement: added implementation version and related fields to the jar manifest.
8
+ <https://github.com/jhy/jsoup/issues/1809>
9
+
7
10
*** Release 1.15.2 [2022-Jul-04]
8
11
* Improvement: added the ability to track the position (line, column, index) in the original input source from where
9
12
a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange().
Original file line number Diff line number Diff line change 123
123
<version >3.2.2</version >
124
124
<configuration >
125
125
<archive >
126
+ <manifest >
127
+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
128
+ </manifest >
126
129
<manifestEntries >
127
130
<Automatic-Module-Name >org.jsoup</Automatic-Module-Name >
128
131
</manifestEntries >
You can’t perform that action at this time.
0 commit comments