1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-30 17:41:11 +03:00

add changelog entry

Signed-off-by: eugene <eugene.kobyakov@netfoundry.io>
This commit is contained in:
eugene
2021-05-12 12:33:36 -04:00
parent 7f5cd4786a
commit 98d2fe9f85

View File

@@ -0,0 +1,4 @@
Changes
* fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
When that flag is on, standard GNU C printf format specifiers should be used.