Skip to content

Commit 16efc36

Browse files
committed
docs: Update changelog
1 parent e72f960 commit 16efc36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/markdown/changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
1818
- Fix error handling for non-blocking operations on Windows
1919
- Fix interoperability of junixsocket-mysql and GraalVM native-image
2020
- Fix socket-closed state upon exceptions indicating a closed socket descriptor
21-
- Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException
21+
- Fix exceptions for channels: Throw ClosedChannelException instead of SocketClosedException, etc.
2222
- Fix a flaky selftest when VSOCK is not supported
2323
- Improve compatibility and performance with Virtual Threads in Java 21 or newer (JEP 444)
2424
- Improve interopability with Java 15 UnixDomainSocketAddress and StandardProtocolFamily.UNIX
25-
- Improve selftest stability and logging
25+
- Improve selftest stability and logging, more tests
2626
- Add more tests for mysql interoperability, optionally include mysql tests in selftest
27-
- Add NotConnectedSocketException
27+
- Add NotConnectedSocketException, NotBoundSocketException
2828
- Building now requires Java 21, Maven 3.8.8 or newer
2929
- Update build-time dependencies
3030
- Code cleanup

0 commit comments

Comments
 (0)