Fix Changelog format

Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/ChangeLog.d/add_export_public_key_driver.txt b/ChangeLog.d/add_export_public_key_driver.txt
index a9bffbc..dc13131 100644
--- a/ChangeLog.d/add_export_public_key_driver.txt
+++ b/ChangeLog.d/add_export_public_key_driver.txt
@@ -1,3 +1,3 @@
 Features
-    * Implementation of the export_public_key interface for PSA Crypto
-      accelerator drivers, as defined in #3493. Contributed in #3786.
+   * Implementation of the export_public_key interface for PSA Crypto
+     accelerator drivers, as defined in #3493. Contributed in #3786.
diff --git a/ChangeLog.d/bugfix_3524.txt b/ChangeLog.d/bugfix_3524.txt
index e038340..e3ee01e 100644
--- a/ChangeLog.d/bugfix_3524.txt
+++ b/ChangeLog.d/bugfix_3524.txt
@@ -1,3 +1,3 @@
 Bugfix
-  * Include the psa_constant_names generated source code in the source tree
-    instead of generating it at build time. Fixes #3524.
+   * Include the psa_constant_names generated source code in the source tree
+     instead of generating it at build time. Fixes #3524.
diff --git a/ChangeLog.d/bugfix_3782.txt b/ChangeLog.d/bugfix_3782.txt
index 25e18cb..a92dffa 100644
--- a/ChangeLog.d/bugfix_3782.txt
+++ b/ChangeLog.d/bugfix_3782.txt
@@ -1,2 +1,2 @@
 Bugfix
-  * Fix build failures on GCC 11. Fixes #3782.
+   * Fix build failures on GCC 11. Fixes #3782.
diff --git a/ChangeLog.d/bugfix_3794.txt b/ChangeLog.d/bugfix_3794.txt
index a483ea7..bcb7fbf 100644
--- a/ChangeLog.d/bugfix_3794.txt
+++ b/ChangeLog.d/bugfix_3794.txt
@@ -1,4 +1,4 @@
 Bugfix
-  * Fix handling of EOF against 0xff bytes and on platforms with
-    unsigned chars.  Fixes a build failure on platforms where char is
-    unsigned.  Fixes #3794.
+   * Fix handling of EOF against 0xff bytes and on platforms with unsigned
+     chars. Fixes a build failure on platforms where char is unsigned. Fixes
+     #3794.
diff --git a/ChangeLog.d/clean_pem_buffers.txt b/ChangeLog.d/clean_pem_buffers.txt
index 818fad9..5f79649 100644
--- a/ChangeLog.d/clean_pem_buffers.txt
+++ b/ChangeLog.d/clean_pem_buffers.txt
@@ -1,6 +1,6 @@
 Bugfix
-  * In PEM writing functions, fill the trailing part of the buffer with null
-    bytes. This guarantees that the corresponding parsing function can read
-    the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
-    until this property was inadvertently broken in Mbed TLS 2.19.0.
-    Fixes #3682.
+   * In PEM writing functions, fill the trailing part of the buffer with null
+     bytes. This guarantees that the corresponding parsing function can read
+     the buffer back, which was the case for mbedtls_x509write_{crt,csr}_pem
+     until this property was inadvertently broken in Mbed TLS 2.19.0.
+     Fixes #3682.
diff --git a/ChangeLog.d/feature-dtls-srtp.txt b/ChangeLog.d/feature-dtls-srtp.txt
index 8b9186b..af8bfe8 100644
--- a/ChangeLog.d/feature-dtls-srtp.txt
+++ b/ChangeLog.d/feature-dtls-srtp.txt
@@ -1,2 +1,3 @@
 Features
-* Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan Pascal, improved by Ron Eldor.
+   * Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan
+     Pascal, improved by Ron Eldor.
diff --git a/ChangeLog.d/minimum_cmake_version_PR3802.txt b/ChangeLog.d/minimum_cmake_version_PR3802.txt
index 549f9b1..a24b854 100644
--- a/ChangeLog.d/minimum_cmake_version_PR3802.txt
+++ b/ChangeLog.d/minimum_cmake_version_PR3802.txt
@@ -1,3 +1,3 @@
 Requirement changes
-* Update the minimum required CMake version to 2.8.12.
-* This silences a warning on CMake 3.19.0. #3801
+   * Update the minimum required CMake version to 2.8.12.
+   * This silences a warning on CMake 3.19.0. #3801
diff --git a/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt b/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt
index e03178f..2f11264 100644
--- a/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt
+++ b/ChangeLog.d/missing-debug-message-arguments_mbedtls_ssl_decrypt_buf.txt
@@ -1,2 +1,2 @@
 Bugfix
-  * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
+   * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
diff --git a/ChangeLog.d/systematically_store_bit_size_3740.txt b/ChangeLog.d/systematically_store_bit_size_3740.txt
index 9e63bbc..4a039e0 100644
--- a/ChangeLog.d/systematically_store_bit_size_3740.txt
+++ b/ChangeLog.d/systematically_store_bit_size_3740.txt
@@ -2,4 +2,5 @@
    * The PSA persistent storage format is updated to always store the key bits
      attribute. No automatic upgrade path is provided. Previously stored keys
      must be erased, or manually upgraded based on the key storage format
-     specification (docs/architecture/mbed-crypto-storage-specification.md). #3740
+     specification (docs/architecture/mbed-crypto-storage-specification.md).
+     Fixes #3740.
diff --git a/ChangeLog.d/x509-add-tag-check-to-algorithm-params b/ChangeLog.d/x509-add-tag-check-to-algorithm-params.txt
similarity index 100%
rename from ChangeLog.d/x509-add-tag-check-to-algorithm-params
rename to ChangeLog.d/x509-add-tag-check-to-algorithm-params.txt