Add ChangeLog entry for MinGW format specifier fix

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2025-05-21 14:49:59 +01:00
parent 3e715b02e6
commit 2b410eeaeb

View File

@@ -0,0 +1,4 @@
Bugfix
* Fix a build failure with MinGW when the __USE_MINGW_ANSI_STDIO option
is set. This was caused by the wrong format specifier being used to
print long long values (MBEDTLS_PRINTF_LONGLONG).