Documentation rewording

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/ChangeLog.d/issue4083.txt b/ChangeLog.d/issue4083.txt
index f3f7e31..8457337 100644
--- a/ChangeLog.d/issue4083.txt
+++ b/ChangeLog.d/issue4083.txt
@@ -1,5 +1,4 @@
-Changes
-    * Remove the following functions: mbedtls_timing_self_test() and
-      mbedtls_hardclock_poll(). Move the following functions to the benchmark.c
-      file and make them static: mbedtls_timing_hardclock() and
+Removals
+    * Remove the following functions: mbedtls_timing_self_test(),
+      mbedtls_hardclock_poll(), mbedtls_timing_hardclock() and
       mbedtls_set_alarm(). Fixes #4083.