This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/dev_3.0 by this push:
new fb18f27b2 CHANGES.md: fix typo
fb18f27b2 is described below
commit fb18f27b2a8827f2fd25810e9f8e3417420c03ee
Author: Thomas Wolf <[email protected]>
AuthorDate: Mon Sep 29 23:11:30 2025 +0200
CHANGES.md: fix typo
---
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 1b1c2d39c..3163bf37e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -71,5 +71,5 @@ Complete refactoring of the SSH transport protocol. New
feature: support for cli
* [GH-803](https://github.com/apache/mina-sshd/issues/803) Support the JDK
built-in ML-KEMs on Java24+
- Use the ML-KEM implementations from SunJCE if run on Java >= 24. For Java <
24, The Bouncy Castle implementations
+ Use the ML-KEM implementations from SunJCE if run on Java >= 24. For Java <
24, the Bouncy Castle implementations
are used. The SunJCE ML-KEMs are advertised in the
`SunJCESecurityProviderRegistrar`.