Skip to content

Commit

Permalink
Changelog for #2252
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Jan 2, 2025
1 parent e99c87d commit 0391078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
* When running on JDK 1.8, the error `java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;`
could be thrown when calling `Response#body()` after parsing from a URL and the buffer size was
exceeded. [2250](https://github.com/jhy/jsoup/pull/2250)
* For backwards compatibility, allow `null` InputStream inputs to `Jsoup.parse(InputStream stream, ...)`, by returning
an empty `Document`. [2252](https://github.com/jhy/jsoup/issues/2252)

## 1.18.3 (2024-Dec-02)

Expand Down

0 comments on commit 0391078

Please # to comment.