Add Changes entry for debuginfo generation

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25174)
This commit is contained in:
Neil Horman 2024-08-15 08:29:34 -04:00 committed by Tomas Mraz
parent 0fdbcf4c3c
commit 1fb39522a2

View File

@ -29,6 +29,11 @@ OpenSSL 3.4
### Changes between 3.3 and 3.4 [xx XXX xxxx]
* Add debuginfo Makefile target for unix platforms to produce
a separate DWARF info file from the corresponding shared libs.
*Neil Horman*
* Add feature to retrieve configured TLS signature algorithms,
e.g., via the openssl list command.