summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-05-24 17:29:32 +1000
committerPauli <pauli@openssl.org>2022-06-01 11:18:46 +1000
commit8a66b2f9fc5dd8a357b6008221883bbd73af4f72 (patch)
treee0affea4402b05caf01274b64b6d5cbf53cd95e4 /CHANGES.md
parent3b7398843c1cfd170494a03a4be54042fb821172 (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/18389)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d8c20dba0a..9a998c3306 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -122,6 +122,13 @@ breaking changes, and mappings for the large list of deprecated functions.
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
+### Changes between 3.0.3 and 3.0.4
+
+ * 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
* Case insensitive string comparison is reimplemented via new locale-agnostic