summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-03-11 13:47:21 +0000
committerMatt Caswell <matt@openssl.org>2021-03-11 13:47:21 +0000
commite66682a838a60351cf112830dee263862a1f9d10 (patch)
tree1372819f066c06117af2b17000c805381873e7ab /CHANGES.md
parent88df2c0b3d6162971304c06a240deb9320c9ae67 (diff)
Prepare for 3.0 alpha 14
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 437b49e586..bdac54c10f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,7 +21,7 @@ OpenSSL Releases
OpenSSL 3.0
-----------
-### Changes between 1.1.1 and 3.0 alpha 13 [11 Mar 2021]
+### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
* Windows thread synchronization uses read/write primitives (SRWLock) when
supported by the OS, otherwise CriticalSection continues to be used.