Skip to content

Commit

Permalink
Changelog for adoption agency fix
Browse files Browse the repository at this point in the history
Fixes #845, #1517
  • Loading branch information
jhy committed Jul 9, 2021
1 parent e45e53c commit 661523f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jsoup changelog
* Build Improvement: added nullability annotations and initial settings.
<https://github.com/jhy/jsoup/pull/1467>

* Bugfix: corrected the adoption agency algorithm, to handle cases where e.g. a <a> tag incorrectly nests further <a>
tags.
<https://github.com/jhy/jsoup/pull/1517> <https://github.com/jhy/jsoup/issues/845>

* Bugfix: when parsing HTML, could throw NPEs on some tags (isindex or table>input).
<https://github.com/jhy/jsoup/issues/1404>

Expand Down

0 comments on commit 661523f

Please sign in to comment.