Skip to content

Commit d89d757

Browse files
committed
Changelog tidy
1 parent 5fde3d9 commit d89d757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
developers need to enable core library desugaring. The minimum Java version remains Java 8.
1414
[2173](https://github.com/jhy/jsoup/pull/2173)
1515
* Removed previously deprecated class: `org.jsoup.UncheckedIOException` (replace with `java.io.UncheckedIOException`);
16-
method `Element Element#forEach(Consumer)` to
16+
moved previously deprecated method `Element Element#forEach(Consumer)` to
1717
`void Element#forEach(Consumer())`. [2246](https://github.com/jhy/jsoup/pull/2246)
1818
* Deprecated the methods `Document#updateMetaCharsetElement(bool)` and `#Document#updateMetaCharsetElement()`, as the
1919
setting had no effect. When `Document#charset(Charset)` is called, the document's meta charset or XML encoding
@@ -24,7 +24,7 @@
2424
* When cleaning HTML with a `Safelist` that preserves relative links, the `isValid()` method will now consider these
2525
links valid. Additionally, the enforced attribute `rel=nofollow` will only be added to external links when configured
2626
in the safelist. [2245](https://github.com/jhy/jsoup/pull/2245)
27-
* Added `Element#selectStream(String query)` and `Element#selectStream(Evaluator )` methods, that return a `Stream` of
27+
* Added `Element#selectStream(String query)` and `Element#selectStream(Evaluator)` methods, that return a `Stream` of
2828
matching elements. Elements are evaluated and returned as they are found, and the stream can be
2929
terminated early. [2092](https://github.com/jhy/jsoup/pull/2092)
3030
* `Element` objects now implement `Iterable`, enabling them to be used in enhanced for loops.

0 commit comments

Comments
 (0)