From 661523f261c750ffa2a6148316b3946e30349558 Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Fri, 9 Jul 2021 16:41:59 +1000 Subject: [PATCH] Changelog for adoption agency fix Fixes #845, #1517 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c44379d514..7448efafa0 100644 --- a/CHANGES +++ b/CHANGES @@ -79,6 +79,10 @@ jsoup changelog * Build Improvement: added nullability annotations and initial settings. + * Bugfix: corrected the adoption agency algorithm, to handle cases where e.g. a tag incorrectly nests further + tags. + + * Bugfix: when parsing HTML, could throw NPEs on some tags (isindex or table>input).