Commit 308bac4e4a for openssl.org

commit 308bac4e4a580caa6eb09d67bf0e03da00908158
Author: Bob Beck <beck@obtuse.com>
Date:   Sat Feb 21 09:31:35 2026 -0700

    Update CHANGES.md

    Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
    MergeDate: Tue Feb 24 14:05:10 2026
    (Merged from https://github.com/openssl/openssl/pull/29612)

diff --git a/CHANGES.md b/CHANGES.md
index 9fad90f380..c4537e03fb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -520,7 +520,7 @@ OpenSSL 3.6
    *Dimitri John Ledkov*

  * `SSL_add1_host()` and `SSL_set1_host()` were deprecated. The new replacement functions
-   SSL_add1_dnsname, SSL_set1_dnsname, SSL_add1_ipaddr, and SSL_set1_ipaddr were added.
+   `SSL_add1_dnsname()`, `SSL_set1_dnsname()`, `SSL_add1_ipaddr()`, and `SSL_set1_ipaddr()` were added.
    API was added to support checking multiple names against a certificate with
    `X509_VERIFY_PARAM`.  See `X509_VERIFY_PARAM_set_flags(3)` for full details.