Skip to content

Commit

Permalink
Changelog for #1989
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Sep 12, 2023
1 parent 780f5f2 commit 17df30a
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 @@ -54,6 +54,10 @@ Release 1.16.2 [PENDING]
Node#forEach(org.jsoup.helper.Consumer<>), and the org.jsoup.helper.Consumer interface; the latter being a
previously required compatibility shim prior to Android's de-sugaring support.

* Change: the previous compatibility shim org.jsoup.UncheckedIOException is deprecated in favor of the now supported
java.io.UncheckedIOException. If you are catching the former, modify your code to catch the latter instead.
<https://github.com/jhy/jsoup/pull/1989>

Release 1.16.1 [29-Apr-2023]
* Improvement: in Jsoup.connect(url), natively support URLs with Unicode characters in the path or query string,
without having to be escaped by the caller.
Expand Down

0 comments on commit 17df30a

Please sign in to comment.