From 0391078c7f9fa4af31d8d8417ffc230fff16b308 Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Fri, 3 Jan 2025 09:40:23 +1100 Subject: [PATCH] Changelog for #2252 Re: e99c87d3f52c848db5e891dc57c3ad6b54d55bd2 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a494778590..3b00ca3686 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)