Renamed and corrected ChangeLog
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/ChangeLog.d/509write_crt_set_serial_raw-alignment.txt b/ChangeLog.d/509write_crt_set_serial_raw-alignment.txt
deleted file mode 100644
index 1fc938b..0000000
--- a/ChangeLog.d/509write_crt_set_serial_raw-alignment.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-API changes
- * Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
- function so a const to align with the restof the API.
diff --git a/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt b/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt
new file mode 100644
index 0000000..e04f45a
--- /dev/null
+++ b/ChangeLog.d/x509write_crt_set_serial_raw-alignment.txt
@@ -0,0 +1,3 @@
+API changes
+ * Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
+ function to a const to align with the rest of the API.