Changelog: Removed entry from root file

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2023-08-11 15:52:44 +01:00
parent 12b493f4dc
commit 8792717309
2 changed files with 5 additions and 2 deletions

View File

@ -3016,8 +3016,6 @@ 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

View File

@ -0,0 +1,5 @@
API changes
* Update Windows APIs to use BCryptGenRandom and wcslen and
ensure that conversions between size_t, ULONG, and int are
always done safely. Original contribution by Kevin Kane #635,
#730 followed by #Simon Butcher #1453.