changes: add entry noting the removal of ERR_GET_FUNC()
authorPauli <pauli@openssl.org>
Tue, 6 Jul 2021 09:00:04 +0000 (19:00 +1000)
committerPauli <pauli@openssl.org>
Tue, 6 Jul 2021 10:14:41 +0000 (20:14 +1000)
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/16004)

CHANGES.md

index 9eb5eeb19b319fe8da121fb0b50a45c353a27dac..8109e0ad8dade5c81c51c3a68727fcaf118e3d1e 100644 (file)
@@ -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*