Improve ChangeLog wording

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/ChangeLog.d/remove-via-padlock-support.txt b/ChangeLog.d/remove-via-padlock-support.txt
index 723982a..bc07135 100644
--- a/ChangeLog.d/remove-via-padlock-support.txt
+++ b/ChangeLog.d/remove-via-padlock-support.txt
@@ -1,4 +1,5 @@
 Removals
    * Drop support for VIA Padlock. Removes MBEDTLS_PADLOCK_C.
-     Note that it is still possible to use VIA Padlock through a
-     PSA accelerator driver that is not part of Mbed TLS. Fixes #5903.
+     Note that this does not prevent users from using VIA Padlock
+     through a suitable PSA driver (not provided by Mbed TLS).
+     Fixes #5903.