Merge remote-tracking branch 'upstream-public/pr/1495' into mbedtls-2.7-proposed
diff --git a/ChangeLog b/ChangeLog
index a26d588..b0a01c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
    * Add missing dependencies in test suites that led to build failures
      in configurations that omit certain hashes or public-key algorithms.
      Fixes #1040.
+   * Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks.
+     #1353
 
 Changes
    * Support cmake build where Mbed TLS is a subproject. Fix