diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a4e6b6a78..c58141b258 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] # choosing to run a reduced set of LTS, current, and next, to balance coverage and execution time - java: [8, 17, 21] + java: [11, 17, 21] fail-fast: false name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} steps: diff --git a/CHANGES b/CHANGES index 9fc70da7bd..e8dbb535fd 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,9 @@ Release 1.17.1 [PENDING] * Improvement: added the `:is(selector list)` pseudo-selector, which finds elements that match any of the selectors in the selector list. Useful for making large ORed selectors more readable. + * Improvement: repackaged the library with native (vs automatic) JPMS module support. + + * Bugfix: when outputting with XML syntax, HTML elements that were parsed as data nodes (