From 04cccef256e2f66ead467e46e38c483e5765b2a2 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 4 Jan 2024 13:33:12 +0100 Subject: [PATCH] changelog: improve wording Signed-off-by: Valerio Setti --- ChangeLog.d/8340.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/8340.txt b/ChangeLog.d/8340.txt index 03e297c18..78e84f7da 100644 --- a/ChangeLog.d/8340.txt +++ b/ChangeLog.d/8340.txt @@ -1,4 +1,4 @@ Features - * mbedtls_md_psa_alg_from_type() and mbedtls_md_type_from_psa_alg() helper - functions were added to convert from mbedtls_md_type_t to psa_algorithm_t - and viceversa. + * Add functions mbedtls_md_psa_alg_from_type() and + mbedtls_md_type_from_psa_alg() to convert between mbedtls_md_type_t and + psa_algorithm_t and vice versa.