Add ChangeLog entry for 64-bit ILP32 fixes
diff --git a/ChangeLog b/ChangeLog
index 51ca066..61e3cab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,9 @@
* Fix bug in cipher decryption with MBEDTLS_PADDING_ONE_AND_ZEROS that
sometimes accepted invalid padding. (Not used in TLS.) Found and fixed
by Micha Kraus.
+ * Fix assembly sequences in bn_mul.h and aesni.c to avoid segmentation
+ faults and errors when building for the 64-bit ILP32 ABI. Found and fixed
+ by James Cowgill.
Changes
* Extend cert_write example program by options to set the CRT version