From 7d4657e273377056877e968958184bb6c221e03c Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 28 Jan 2024 14:33:37 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 4c54779511..4179d381fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,7 @@ LibreSSL Portable Release Notes: - Removed unused function pointers from X.509 stores and contexts. - A lot of cleanup and reaorganization in EVP. - Simplified internals of X509_TRUST handling. + - Made deletion from a lhash doall callback safe. * Documentation improvements - ENGINE documentation was updated to reflect reality. - Made EVP API documentation more accurate and less incoherent.