Add ChangeLog entry for PR #1384
diff --git a/ChangeLog b/ChangeLog
index 708ecad..f44bbed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@
* Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates
with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
In the context of SSL, this resulted in handshake failure. #1351
+ * Fix Windows x64 builds with the included mbedTLS.sln file. #1347
Changes
* Fix tag lengths and value ranges in the documentation of CCM encryption.