Skip to content

Commit

Permalink
Changes for #1327
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Mar 1, 2020
1 parent 9675a92 commit fb9aa17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jsoup changelog
2. Only track the baseUri in an element when it is set via DOM to a new value for a given tree
3. After parsing, do not retain the input character reader (and associated buffers) in the Document#parser

* Improvement: substantial parse speed improvements vs 1.12.x (bringing back to par with previous releases).
<https://github.com/jhy/jsoup/issues/1327>

* Improvement: when pretty-printing, comments in inline tags are not pushed to a newline

* Improvement: added Attributes#hasDeclaredValueForKey(key) and Attribute#hasDeclaredValueForKeyIgnoreCase(), to check
Expand Down

0 comments on commit fb9aa17

Please sign in to comment.