Commit 4c189a0954 for openssl.org

commit 4c189a095412822d43aec66abbd3672c76f5d226
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Sun Apr 5 13:18:25 2026 +0200

    CHANGES.md: move SSL_CTX_is_server() entry to the 4.0 section

    Also reword it to match the style of other entries.

    Complements: ca20e54e8674 "SSL_CTX_is_server() was added."
    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

    Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
    MergeDate: Wed Apr  8 10:00:05 2026
    (Merged from https://github.com/openssl/openssl/pull/30686)

diff --git a/CHANGES.md b/CHANGES.md
index 045b2fc5a5..b6f4828d79 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -220,6 +220,10 @@ OpenSSL Releases

    *Daniel Kubec*

+ * Added `SSL_CTX_is_server()`.
+
+   *Igor Ustinov*
+
  * Added `EVP_MD_CTX_serialize()`/`EVP_MD_CTX_deserialize()` functions.
    These functions allow to export the internal state of a Digest and re-import
    it later to continue a computation from a specific checkpoint.  Only SHA-2
@@ -1051,10 +1055,6 @@ OpenSSL 3.6

    *Dimitri John Ledkov*

- * `SSL_CTX_is_server()` was added.
-
-   *Igor Ustinov*
-
 OpenSSL 3.5
 -----------