From 8a66b2f9fc5dd8a357b6008221883bbd73af4f72 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 24 May 2022 17:29:32 +1000 Subject: changes: add note saying the locale based strcasecmp has been replaced Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/18389) --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.md') 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 -- cgit v1.2.3