diff --git a/ChangeLog b/ChangeLog index eaee6b0450..9b614ed57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ LibreSSL Portable Release Notes: - Converted uses of OBJ_bsearch_() to standard bsearch(). - Greatly simplified by_file_ctrl(). - Simplified and cleaned up the OBJ_ API. + - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations * Documentation improvements - ENGINE documentation was updated to reflect reality. - Made EVP API documentation more accurate and less incoherent.