Skip to content

Commit

Permalink
Changelog URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 15, 2024
1 parent 1e80bb3 commit aebed26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
developers need to enable core library desugaring. The minimum Java version remains Java 8.
[2173](https://github.com/jhy/jsoup/pull/2173)
* Removed previously deprecated class: `org.jsoup.UncheckedIOException` (replace with `java.io.UncheckedIOException`);
method `Element Element#forEach(Consumer)` to `void Element#forEach(Consumer())`.
method `Element Element#forEach(Consumer)` to
`void Element#forEach(Consumer())`. [2246](https://github.com/jhy/jsoup/pull/2246)

### Improvements

Expand Down

0 comments on commit aebed26

Please sign in to comment.