From 2b9d193c064a1b503522a7632407871a5a1466bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Sat, 9 Sep 2023 17:08:40 +0200 Subject: [PATCH] Update changelog --- src/site/markdown/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/changelog.md b/src/site/markdown/changelog.md index a37400996..a98fc4778 100644 --- a/src/site/markdown/changelog.md +++ b/src/site/markdown/changelog.md @@ -16,6 +16,7 @@ artifact (`pom`); see [Add junixsocket to your project](dependency. - Fix openDatagramChannelPair (was using STREAM instead of DGRAM), add AFSocketType support - Fix availability of AF_SYSTEM capability on Darwin +- Improve exception handling for "EPROTOTYPE" error on z/OS - Improve SelectionKey logic, reduce locking/GC overhead - Improve "unsupported operation" handling in native code - Improve handling of "test aborted, but not really an issue"