Update changelog to call out MinGW

Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
Bence Szépkúti
2025-03-12 17:11:33 +01:00
parent cd1ece7846
commit 9ea9504176
@@ -1,5 +1,5 @@
Bugfix
* Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that
occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
with Visual Studio 2013.
with Visual Studio 2013 or MinGW.
Fixes #10017.