From 41932fe2078f6c7c8414b0c71f65d6aa2d8d9a6d Mon Sep 17 00:00:00 2001 From: jhy Date: Sat, 25 Sep 2021 18:38:33 +1000 Subject: [PATCH] JDK 17 changelog #1641 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 56d9f6e178..5f09616908 100644 --- a/CHANGES +++ b/CHANGES @@ -51,6 +51,9 @@ jsoup changelog * Build Improvement: fixed nullability annotations for Node.equals(other) and other equals methods. + * Build Improvement: added JDK 17 to the CI builds. + + *** Release 1.14.2 [2021-Aug-15] * Improvement: support Pattern.quote \Q and \E escapes in the selector regex matchers.