1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-23 05:33:55 +08:00

Add changelog

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway 2025-06-13 09:36:28 +01:00 committed by Ari Weiler-Ofek
parent 5b84ae14e9
commit b9891f1fd2

View File

@ -0,0 +1,3 @@
Bugfix
* Silence spurious -Wunterminated-string-initialization warnings introduced
by GCC 15. Fixes #9944.