Skip to content

Commit b14eb2a

Browse files
committed
Test case and change note for parser improvements incl tag flyweight
Fixes #1646
1 parent 4b46397 commit b14eb2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jsoup changelog
2828
<https://github.com/jhy/jsoup/issues/1644>
2929

3030
* Improvement: when parsing custom tags (in HTML or XML), added a flyweight cache on Tag.valueOf(name) to reduce
31-
memory overhead when many tags are repeated.
32-
31+
memory overhead when many tags are repeated. Also tuned other areas of the parser when many very deeply stacked
32+
custom elements were present.
33+
<https://github.com/jhy/jsoup/issues/1646>
3334

3435
* Bugfix: when tracking errors or checking for validity in the Cleaner, errors were incorrectly raised for missing
3536
optional closing tags.
13.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)