Merge remote-tracking branch 'public/pr/1797' into mbedtls-2.7
diff --git a/ChangeLog b/ChangeLog
index d23ecd0..3fcf745 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
* Fix returning the value 1 when mbedtls_ecdsa_genkey failed.
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
+Changes
+ * Include configuration file in all header files that use configuration,
+ instead of relying on other header files that they include.
+ Inserted as an enhancement for #1371
+
= mbed TLS 2.7.9 branch released 2018-12-21
Bugfix