This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 6c45997e4 Update CHANGES.md
6c45997e4 is described below
commit 6c45997e4c67b851699f5a8c5e45a5bfaf780153
Author: Thomas Wolf <[email protected]>
AuthorDate: Thu Feb 1 20:43:34 2024 +0100
Update CHANGES.md
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 8a9e1e934..017a40135 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,6 +30,8 @@
## Bug Fixes
+* [GH-458](https://github.com/apache/mina-sshd/issues/458) Singleton thread
pool for kex message handler flushing
+
* [SSHD-1338](https://issues.apache.org/jira/browse/SSHD-1338) Restore binary
compatibility with 2.9.2
## New Features