summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-05-24 17:31:06 +1000
committerPauli <pauli@openssl.org>2022-06-01 13:48:32 +1000
commitbd4ed81faa3469fddecd273cafa49bd9996d4a88 (patch)
tree4f73f7eee4e94e5735a311355933794da935aff2
parent6537beb6805eb49a45b3a41fdf093f934c6df2ad (diff)
changes: add note saying the locale based strcasecmp has been replaced
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/18390)
-rw-r--r--CHANGES.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2e22d48739..17ba92c1fd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,7 +30,10 @@ breaking changes, and mappings for the large list of deprecated functions.
### Changes between 3.0.3 and 3.0.4 [xx XXX xxxx]
- * none yet
+ * Case insensitive string comparison no longer uses locales. It has instead
+ been directly implemented.
+
+ *Paul Dale*
### Changes between 3.0.2 and 3.0.3 [3 May 2022]