aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-06 19:00:04 +1000
committerPauli <pauli@openssl.org>2021-07-06 20:14:41 +1000
commit0f71b1eb6c390e58059a4c4225bcbecac9aef2c7 (patch)
tree40cd462c96bc08a16b02865dbd8256337e564686 /CHANGES.md
parent4e20312ba693c5f4241edf62717f9c0ee5661ae2 (diff)
downloadopenssl-0f71b1eb6c390e58059a4c4225bcbecac9aef2c7.zip
openssl-0f71b1eb6c390e58059a4c4225bcbecac9aef2c7.tar.gz
openssl-0f71b1eb6c390e58059a4c4225bcbecac9aef2c7.tar.bz2
changes: add entry noting the removal of ERR_GET_FUNC()
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/16004)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9eb5eeb..8109e0a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,6 +30,12 @@ breaking changes, and mappings for the large list of deprecated functions.
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
+ * The ERR_GET_FUNC() function was removed. With the loss of meaningful
+ function codes, this function can only cause problems for calling
+ applications.
+
+ *Paul Dale*
+
* Add a configurable flag to output date formats as ISO 8601. Does not
change the default date format.
@@ -1061,6 +1067,8 @@ breaking changes, and mappings for the large list of deprecated functions.
* Removed the function names from error messages and deprecated the
xxx_F_xxx define's.
+ *Richard Levitte*
+
* Removed NextStep support and the macro OPENSSL_UNISTD
*Rich Salz*