diff options
author | Matt Caswell <matt@openssl.org> | 2021-07-29 16:50:29 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-07-29 16:50:29 +0200 |
commit | 9f551541e84eead1d42604b7d5e61885e8e34be0 (patch) | |
tree | e6b6e28d974de2f38c05e371984f0c215b455172 /CHANGES.md | |
parent | make update (diff) | |
download | openssl-9f551541e84eead1d42604b7d5e61885e8e34be0.tar.xz openssl-9f551541e84eead1d42604b7d5e61885e8e34be0.zip |
Prepare for release of 3.0 beta 2openssl-3.0.0-beta2
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 49031339d0..b33330d433 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,7 +28,7 @@ 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 1.1.1 and 3.0 [xx XXX xxxx] +### Changes between 1.1.1 and 3.0 beta 2 [29 Jul 2021] * The ERR_GET_FUNC() function was removed. With the loss of meaningful function codes, this function can only cause problems for calling |