changelog: improve wording
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/ChangeLog.d/8340.txt b/ChangeLog.d/8340.txt
index 03e297c..78e84f7 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.