summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-11-06 11:09:38 +0100
committerRichard Levitte <levitte@openssl.org>2023-11-15 08:22:29 +0100
commit10264b534b366785bb560be77913fdbf9f0f4f8f (patch)
tree30ce25bbaf930ebd6d81c614be56146f0dc23733 /CHANGES.md
parentc768ccebc718ea0ed6afc5147fe4079fff632cd6 (diff)
Document the exporter change in CHANGES.md and NEWS.md
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20878)
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 fd7f37fb03..e7f9dc4c8a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -26,6 +26,13 @@ OpenSSL 3.3
### Changes between 3.2 and 3.3 [xx XXX xxxx]
+ * The build of exporters (such as `.pc` files for pkg-config) cleaned up to
+ be less hard coded in the build file templates, and to allow easier
+ addition of more exporters. With that, an exporter for CMake is also
+ added.
+
+ *Richard Levitte*
+
* The BLAKE2s hash algorithm matches BLAKE2b's support
for configurable output length.