From 34b8d83a22ec5fd6a49a3862c8599331135a5ea1 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 14 Mar 2018 16:14:40 +0000 Subject: [PATCH] Update ChangeLog for PR #730 for Win32 API fixes Signed-off-by: Simon Butcher --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc1d32e4d..f3c13a2ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3016,6 +3016,8 @@ Changes * Clarify the documentation of mbedtls_ssl_setup. * Use (void) when defining functions with no parameters. Contributed by Joris Aerts. #678 + * Update Win32 APIs used to remove those not permitted by the Windows Store. + Fix provided by Kevin Kane, Microsoft. #635 = mbed TLS 2.7.0 branch released 2018-02-03