Add changes entry indicating that the OBJ_* calls are now thread safe
authorPauli <ppzgs1@gmail.com>
Sat, 25 Sep 2021 00:41:02 +0000 (10:41 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 9 Nov 2022 14:29:08 +0000 (15:29 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15713)

(cherry picked from commit 63d0f4d2b04ed334e534c9f6d0b18262161b0050)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
CHANGES.md

index 6e5acb8a258e8640445d61b96e91a92c8bb4ab05..35aa4270a837f4346b33a930c90c648a3eac59f9 100644 (file)
@@ -24,7 +24,9 @@ OpenSSL 3.1
 
 ### Changes between 3.0 and 3.1.0 [xx XXX xxxx]
 
- * none
+ * The various OBJ_* functions have been made thread safe.
+
+   *Paul Dale*
 
 OpenSSL 3.0
 -----------