Merge remote-tracking branch 'upstream-public/pr/2065' into mbedtls-2.1
diff --git a/ChangeLog b/ChangeLog
index f4bc969..f496a13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 mbed TLS ChangeLog (Sorted per branch, date)
 
+= mbed TLS 2.1.xx branch released xxxx-xx-xx
+
+Bugfix
+   * Fix for Clang, which was reporting a warning for the bignum.c inline
+     assembly for AMD64 targets creating string literals greater than those
+     permitted by the ISO C99 standard. Found by Aaron Jones. Fixes #482.
+
 = mbed TLS 2.1.17 branch released 2018-11-30
 
 Security