Add ChangeLog entry for modular exponentiation size limit

Signed-off-by: Chris Jones <christopher.jones@arm.com>
diff --git a/ChangeLog.d/limit_size_of_diffie_hellman_calculations.txt b/ChangeLog.d/limit_size_of_diffie_hellman_calculations.txt
new file mode 100644
index 0000000..982b7bc
--- /dev/null
+++ b/ChangeLog.d/limit_size_of_diffie_hellman_calculations.txt
@@ -0,0 +1,4 @@
+Security
+   * Limit the size of calculations performed by mbedtls_mpi_exp_mod to 
+     MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when 
+     generating Diffie-Hellman key pairs. Credit to OSS-Fuzz.
\ No newline at end of file