Merge remote-tracking branch 'upstream-public/pr/1295' into mbedtls-2.1-proposed
diff --git a/ChangeLog b/ChangeLog
index abf96ac..ef91aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,9 @@
is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION
and MBEDTLS_SSL_MIN_MINOR_VERSION instead of
MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664
+ * Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE
+ only if __MINGW32__ not defined. Fix suggested by Thomas Glanzmann and
+ Nick Wilson on issue #355
Changes
* Clarified the documentation of mbedtls_ssl_setup.