Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 17, 2024
1 parent 19f32bf commit 18ecd64
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 @@ -34,7 +34,8 @@
* In `Connection`, skip cookies that have no name, rather than throwing a validation
exception. [2242](https://github.com/jhy/jsoup/issues/2242)
* When running on JDK 1.8, the error `java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;`
could be thrown when parsing from a URL and the buffer size was exceeded.
could be thrown when parsing from a URL and the buffer size was
exceeded. [2250](https://github.com/jhy/jsoup/pull/2250)

## 1.18.3 (2024-Dec-02)

Expand Down

0 comments on commit 18ecd64

Please sign in to comment.